Practice your communication skills in challenging situations
Overall Winner of the Oxford Gen AI Summit 2023 Hackathon. Check out the demo here.
First, download and install ffmpeg.
Then, obtain API keys from OpenAI and Google Cloud Platform and save them to .env in the root directory:
GCP_API_KEY="..."
OPENAI_API_KEY="..."Next, install the dependencies:
yarn installThen, run the development server:
Make sure you enter a virtualenv for the python backend.
python -m venv venv
source venv/bin/activate
yarn devOpen http://localhost:3000 with your browser to see the result.
The backend will be running on http://127.0.0.1:8000.
