Spaces:
Sleeping
Sleeping
| source venv/bin/activate | |
| echo "π Starting AI Interviewer on http://localhost:8000" | |
| uvicorn src.main:app --reload --port 8000 | |
| ``` | |
| --- | |
| **Folder structure should look like:** | |
| ``` | |
| ai-interviewer/ | |
| βββ .env | |
| βββ requirements.txt | |
| βββ run.sh | |
| βββ src/ | |
| β βββ main.py | |
| βββ public/ | |
| βββ index.html |