Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 254 Bytes

Run

# virtual environment
python3 -m venv ./myenv
source ./myenv/bin/activate
pip install -r requirements.txt

# run FastAPI server
cd ai_server
uvicorn main:app --reload

# test(you need to change directory in my_post.py)
python3 my_post.py