- Get the Gemini API
- Clone the repository
git clone https://github.com/SwapCodesDev/EVA.git-
Setup a Virtual Environment. Check out the setup here
-
Install modules or packages from
requirements.txt
pip install -r requirements.txt- Create
.envfile for storing APIs and other data
# Gemini API
GEN_API = "YOUR_API_KEY"- Run the
app.pyfile
Check out the features of EVA here