Skip to content

Backend for garbage-classification mini-program.

License

Notifications You must be signed in to change notification settings

Ten-AI/gc-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garbage Classification Backend

Quick Start

pip3 install -r requirements.txt
python3 manage.py runserver 0.0.0.0:8000

Post http://127.0.0.1:8000/img/ with img body and it will return

{
    "name": "smile.jpg",
    "size": 251
}

About

Backend for garbage-classification mini-program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages