xyfer17 / Waste-classification-app

Creating a waste classifier web app using TensorFlow and flask framework, classifies between organic and recyclable waste.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waste Classification App

main

Requiremensts

  • Python 3.7+

Follow the steps for implementation

  • clone this repository
git clone https://github.com/xyfer17/Waste-classification-app.git

  • Open the project folder and install all required dependencies using the below cmd
pip install -r requirements.txt
  • After this run the below cmd to execute
python app.py

Open Browser and type http://localhost:5000

About

Creating a waste classifier web app using TensorFlow and flask framework, classifies between organic and recyclable waste.

License:MIT License


Languages

Language:HTML 32.6%Language:Python 24.7%Language:JavaScript 23.4%Language:CSS 19.3%