Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 272 Bytes

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
}