Hello. Thank you for being here. This repository belongs to the youtube video The Power of OpenAI's Assistants in your App. If you haven't seen it, please consider watching the videos, to get a better understanding of this code.
This repository includes all the code shown in the video.
The FastAPI REST Server is implemented in the main.py file. The React code is in the app folder.
- Install the dependencies
pip3 install -r requirements.txt
- Start the FastAPI server
python3 main.py
- Start the React app
cd app
npm install
npm start