- Sign up
- Click on the Interview Tab
- Enter job description, the more descriptive the better !
- Upload Resume and pick the desirable settings.
- Finish the interview and select result to view results.
- Click the "View Detailed Chat Logs" button for feedback on each user response
Inital Setup
- run
npm install firebase-functions@latest firebase-admin@latest --save npm install -g firebase-tools
- update .env file (inside functions folder) to add Deepgram API Key: DEEPGRAM_API_KEY
- Inside functions folder run:
npm i
Running Emulator:
- In base folder run
If you are making changes inside functions folder then make sure to also run:
npm run emulator
npm run build:watch
- Get the .env file
-
npm i && npm run dev