This project was created from the OpenAI official example for the Realtime API: https://github.com/openai/openai-realtime-console
Full video to see the app in action:
- Create a
.env
file withREACT_APP_SCRAPINGANT_API_KEY=
and the value of your ScrapingAnt API key - Run:
yarn && yarn start
- After you scrape the website, it will ask you to enter an OpenAI API key.
The app should be available via localhost:3000
.