CoolFace
Apppublic

TheImagineThat/CameraThing

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
29 commits on main
6810cfb2y ago

updated results to process list

TheImagineThat
ab91b462y ago

Update requirements.txt

TheImagineThat
223fcfa2y ago

Update app.py

TheImagineThat
b2a31362y ago

added ultralytics

TheImagineThat
ced31dc2y ago

changed to ultralytics yolo11s

TheImagineThat
823414d2y ago

changed to yolo5su

TheImagineThat
a775a822y ago

back to original yolo implementation

TheImagineThat
7ee7e572y ago

removed fastapi

TheImagineThat
f6084f02y ago

Remove FastAPI and use Gradio only

TheImagineThat
07c1d602y ago

Embed Gradio inside FastAPI

TheImagineThat
d0869ea2y ago

Disable SSR to avoid Node.js requirement

TheImagineThat
6252ce02y ago

Fix Gradio port configuration

TheImagineThat
f3f0f3c2y ago

Run Gradio without Node.js and handle port conflicts

TheImagineThat
d6d24d22y ago

run fastAPI and Gradio together

TheImagineThat
82834362y ago

un FastAPI and Gradio on separate ports

TheImagineThat
4e8b9a32y ago

Separate FastAPI and Gradio routes

TheImagineThat
0db9c2c2y ago

Added CORS middleware to allow cross-origin requests

TheImagineThat
dc227f92y ago

Added FastAPI for image upload and prediction

TheImagineThat
957a9b02y ago

Added FastAPI for image upload and prediction

TheImagineThat
e6f5d452y ago

Updated Gradio components to the new syntax

TheImagineThat
46ac1852y ago

removed fastAPI

TheImagineThat
46edd432y ago

removed fastAPI, Updated to use Gradio for image upload and prediction

TheImagineThat
e5e741a2y ago

Added FastAPI for image upload via API

TheImagineThat
91e20482y ago

added fastapi and uvicorn

TheImagineThat
dc9b2742y ago

Fix attribute error and add debugging

TheImagineThat
7fcbd482y ago

Added opencv-python-headless to requirements

TheImagineThat
a990f592y ago

Upload requirements.txt

TheImagineThat
a5050f32y ago

Create app.py

TheImagineThat
c3445282y ago

initial commit

TheImagineThat