Skip to content

Calhacks11/BookChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookApp

Develop Environment Setup

  • Install conda. Follow instructions here.
  • Create conda environment:
conda create --name book-chat python=3.11
conda activate book-chat
pip install -r requirements.txt

Run Backend

cd BookChat
fastapi dev main.py

Releases

No releases published

Packages

No packages published