Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 696 Bytes

EVA Virtual Assistant

EVA is a virtual assistant which helps you with everyday tasks and queries.

Requirements

Installation

  1. Clone the repository
git clone https://github.com/SwapCodesDev/EVA.git
  1. Setup a Virtual Environment. Check out the setup here

  2. Install modules or packages from requirements.txt

pip install -r requirements.txt
  1. Create .env file for storing APIs and other data
# Gemini API
GEN_API = "YOUR_API_KEY"
  1. Run the app.py file

Features

Check out the features of EVA here