https://github.com/m3shovon/recommendation-api
Made with FastAPI
https://github.com/m3shovon/recommendation-api
Last synced: 2 months ago
JSON representation
Made with FastAPI
- Host: GitHub
- URL: https://github.com/m3shovon/recommendation-api
- Owner: m3shovon
- License: mit
- Created: 2025-01-05T07:02:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:58:31.000Z (5 months ago)
- Last Synced: 2025-02-09T12:31:55.866Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recommendation-API
Made with FastAPI"""
python -m venv venv
""""""
source venv/Scripts/activate
""""""
pip install -r requirements.txt
""""""
fastapi dev main.py
"""