Welcome To Eve

Eve is your personal Ai Technical Interviewer.

Check out the live version here If this isn't working (which would only be due to API costs), you can run Eve locally on your machine.

IMPORTANT: CLONE FROM emergency_hosting BRANCH

  1. Set up virtual environment:
python3 -m venv venv
  1. Activate virtual environment: For Linux:
source venv/bin/activate

For Windows:

venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
OPEN_AI_API_KEY="your_open_ai_key"
  1. Run the app:
python3 app.py

Then clone our frontend repository here and follow the instructions in the README to run the frontend locally.