TheImagineThat/CameraThing
updated results to process list
Update requirements.txt
Update app.py
added ultralytics
changed to ultralytics yolo11s
changed to yolo5su
back to original yolo implementation
removed fastapi
Remove FastAPI and use Gradio only
Embed Gradio inside FastAPI
Disable SSR to avoid Node.js requirement
Fix Gradio port configuration
Run Gradio without Node.js and handle port conflicts
run fastAPI and Gradio together
un FastAPI and Gradio on separate ports
Separate FastAPI and Gradio routes
Added CORS middleware to allow cross-origin requests
Added FastAPI for image upload and prediction
Added FastAPI for image upload and prediction
Updated Gradio components to the new syntax
removed fastAPI
removed fastAPI, Updated to use Gradio for image upload and prediction
Added FastAPI for image upload via API
added fastapi and uvicorn
Fix attribute error and add debugging
Added opencv-python-headless to requirements
Upload requirements.txt
Create app.py
initial commit
