pip cache purgeuvicorn main:app --reload
# or
uvicorn main:app --reload --port 8002(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 numpypip freeze > requirements.txtpip install google-generativeai.\tf_env_stable\Scripts\activate
python --version
cd src
uvicorn main:app --reload --port 8002