Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 854 Bytes

File metadata and controls

15 lines (10 loc) · 854 Bytes

Machine Learning To Production

Important

Our project during the university course, we have deployed a webapp to classify garbage images. We have used ResNet50 model to classify the images. The model has been trained on the dataset of 6 classes: cardboard, glass, metal, paper, plastic, trash. The model has achieved 90% accuracy on the test set. You can see the proof at our report. But because of the cost, we have to stop the service. So, we choose Render to deploy our webapp and change the model to Zero-shot learning instead of ResNet50.

Note

View our webapp at => garbage-classification-web.vercel.app

  • Architect Design:

    Architecture Diagram

Thank you for visiting