Skip to content

Built a CNN model (Resnet101 variant) for garbage classification and volume estimation. Also accurately mapped and visualized data using heat maps. Citizens can provide an image dataset, later used by local municipalities.

License

Notifications You must be signed in to change notification settings

Prakhar-Bhartiya/Project-Trash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Project-Trash

Inspiration :


With the increasing population, the problem of waste generation and management is inevitable. With the rise of the fast life in big cities, the monitorization of waste saw its downfall due to a decrease in the number of municipality workers and irregularity of garbage collection trucks. Due to this, an abundance of waste is getting piled up in remote areas that are out of the knowledge scope of the municipality. Since these waste disposals are not treated, they have to lead to the spread of numerous diseases, sanitation, and environmental problems

Solution :


Image Source = [ citizens capture the garbage images/images captured from a camera mounted public transport/ CCTV surveillance camera ], the images are stored in a firebase database along with the locational coordinates. The Resnet101 CNN model accesses the images and computes garbage volume, volume, type, and based on its location, a heat map is built using google map APIs for reference of Municipalities.


When images are stored in the online storage and its locational coordinates in the real-time database, the images are downloaded and passed on to ResNet 101 CNN architecture, which classifies the garbage present in the image and calculates the volume of the garbage present using a bounding box technique. the calculated information is updated back in the database. The collective garbage information (volume, type, and location) is then visualized on a google heat map with points proportional to the volume of garbage detected.

Outcome :


[Video-Presentation] = https://youtu.be/uv-k9zUQn6s


[PPT] = https://drive.google.com/file/d/1CkE8XYlNXy-z-Ud9nj8H7kG4OoBc7Ced/view?usp=sharing


[Full Project] =https://drive.google.com/drive/folders/1AxlNjnyiuLlEKgOFlXUEJaYqeil4-EZU?usp=sharing

Future :


The next phase of development for us would be the integration of Drones and implementing automated machinery for cleaning and collection purposes thus improving the sanitation standards.

About

Built a CNN model (Resnet101 variant) for garbage classification and volume estimation. Also accurately mapped and visualized data using heat maps. Citizens can provide an image dataset, later used by local municipalities.

Resources

License

Stars

Watchers

Forks

Languages