Refactor: Integrate backend API and normalize data
This commit integrates the backend API for fetching and updating report data. It also includes a normalization function to handle data consistency between the API and local storage. Co-authored-by: anthonymuncher <anthonymuncher@gmail.com>
This commit is contained in:
16
backend/requirements.txt
Normal file
16
backend/requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
sqlalchemy
|
||||
sqlite-utils
|
||||
ultralytics
|
||||
opencv-python
|
||||
pillow
|
||||
torch
|
||||
torchvision
|
||||
torchaudio
|
||||
pytest
|
||||
black
|
||||
isort
|
||||
huggingface_hub
|
||||
datasets
|
||||
transformers
|
||||
Reference in New Issue
Block a user