Skip to content

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.

License

Notifications You must be signed in to change notification settings

Mikookz/kiecodes-gpt-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate OpenAI's Assistant API with React

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.

Integrate OpenAI's Assistant API with React

Content

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.

How to run

  1. Install the dependencies
pip3 install -r requirements.txt
  1. Start the FastAPI server
python3 main.py
  1. Start the React app
cd app
npm install
npm start

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • Python 17.5%
  • HTML 8.0%
  • CSS 7.8%