Skip to content

leif-erickson/computer_vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Gluon App

Computer vision app with Gluon (MXNet) backend via FastAPI, React frontend (default), and optional Vue frontend.

Setup

  1. Backend:

  2. Frontend (React - Default):

    To switch to Vue:

    • Comment out React serve in scripts.
    • cd frontend-vue
    • npm install
    • npm run serve # Runs on http://localhost:8080
  3. Training:

    • POST to /train with JSON {"from_scratch": true/false}
    • Model saves to backend/saved_models/model.params
  4. Inference:

    • POST to /predict with form-data file="image"
  5. Notes:

    • Vue is disabled by default; enable by running its serve command instead of React.
    • For production, use nginx to serve frontends and proxy to backend.
    • Git init and commit as needed.

About

core remnants of client code that was trained on surface texture using various models and techniques to ultimately perform inference real-time in the react UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors