Skip to content

Chatbot for udemy course - ChatGPT AI Voice Chatbot Build with React and FAST API Combo

License

Notifications You must be signed in to change notification settings

KAY-DEVPV-2o2/RachelChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RachelChat

  • Setting up Python virtual environment.

$ cd backend/

$ python3 -m venv venv

$ source venv/bin/activate

(venv) $

$ pip3 install openai==0.27.0

$ pip3 install python-decouple==3.8 python-multipart==0.0.6 requests==2.28.2 fastapi==0.92.0

% pip3 install "uvicorn[standard]"

Start FastAPI server

$ uvicorn main:app --reload

Front End

yarn create vite .

  • Copy the exact package.json file provided in thecourse. Then to install the exact package versions run,

yarn --exact

  • Follow the instructionson the tailwind documentation to configure tailwind.

npx tailwindcss init -p

ElevenLabs

About

Chatbot for udemy course - ChatGPT AI Voice Chatbot Build with React and FAST API Combo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.7%
  • Python 43.7%
  • JavaScript 4.5%
  • HTML 2.3%
  • CSS 0.8%