Skip to content

rsakai10/zoom-transcript-qa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to run a dev env

cd backend python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate pip install -r requirements.txt

set OpenAI key

export OPENAI_API_KEY="sk-..." # Windows PowerShell: $env:OPENAI_API_KEY="sk-..."

run FastAPI

uvicorn app:app --host 0.0.0.0 --port 8000 --reload

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.1%
  • JavaScript 16.5%
  • HTML 6.7%
  • CSS 4.7%