File size: 666 Bytes
de0f1b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name = "python-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "cloudinary>=1.44.1",
    "cupy-cuda102>=12.3.0",
    "fastapi>=0.116.0",
    "flask==2.2.5",
    "geopy==2.4.1",
    "google-generativeai>=0.8.5",
    "numpy==1.24.3",
    "ollama>=0.5.1",
    "opencv-python==4.8.0.76",
    "pandas",
    "piexif==1.1.3",
    "pillow==9.5.0",
    "plotly>=6.2.0",
    "prophet>=1.1.7",
    "python-dotenv>=1.1.1",
    "scikit-learn>=1.7.0",
    "sentence-transformers>=4.1.0",
    "timm==0.9.2",
    "torch==2.0.1",
    "uvicorn>=0.35.0",
]