Skip to content

Davygupta47/Interview-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

cd backend
python -m venv venv
venv\Scripts\activate         
# source venv/bin/activate    
pip install -r requirements.txt

# Set your API key
cp .env.example .env
# Edit .env with your real GROQ_API_KEY or GEMINI_API_KEY

# Run the server
uvicorn main:app --reload --port 8000

Frontend

cd frontend
npm install
npm run dev

About

This project is based on AI-Interviewer where anyone can give it a try for there preparation interview rounds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors