Skip to content

Final Project Deepleaning Model Call Api

Visitha2001/X-Det-AI-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🧹 Clear pip cache

pip cache purge

🚀 Run Backend Server

uvicorn main:app --reload
# or
uvicorn main:app --reload --port 8002

⚙️ Backend Setup

(Make sure to use Python 3.10.11)

python -m venv tf_env_stable
python --version
.\tf_env_stable\Scripts\activate

pip install "fastapi[all]" "motor[srv]" beanie aiostream numpy matplotlib pillow uvicorn tensorflow python-jose passlib[bcrypt] google.generativeai python-multipart cloudinary pydantic-settings sentence-transformers scikit-learn numpy

📦 Generate Requirements File

pip freeze > requirements.txt

🧠 Gemini Setup

pip install google-generativeai

▶️ Run the Project

.\tf_env_stable\Scripts\activate
python --version
cd src
uvicorn main:app --reload --port 8002

About

Final Project Deepleaning Model Call Api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages