Code Monkey home page Code Monkey logo

clean-vs-messy-room-classifier's Introduction

Clean-Vs-Messy-Room-Classification

Introduction

A simple Website to identify the Clean and Messy Room. Amazing right!! This Project is the Combination of Deep Learning and Django.I have used VGG19 CNN architecture and Keras framework to classify the Clean and Messy Room.The Model is trained with input shape (299,299,3).

The DataSet :

This Dataset of Rooms is from Kaggle Datasets. https://www.kaggle.com/cdawn1/messy-vs-clean-room is the link to download the dataset. I have created some functions and some operations in cmr/views.py which is also a part of django as a frontend. ( https://github.com/Navaneeth-Sharma/Clean-and-Messy-Room-Classification/blob/master/cmr/views.py ) This will resize any image greater than (299+ ,299+ ,3 ) shape into the input shape (299,299,3).

The VGG19 Architecture :

alt text

The Metrics:

The Accuracy

alt text

The Loss

alt text

The Weights :

The Weights of this couldn't be uploaded to the github bcz it exceeds 100Mb. If you want the wieghts you can generate it from main_cmr.py python file it saves the weights as best_model.h5 and you can use it in the website

Django :

I have used Django Framework (since it supports Python programming). It has a basic form which takes the user input image(as a file input) of the room and gives the user an alert (a feature of bootstrap) will display on the screen, based on how clean is the room. So why wait, check out the code above !!

Screenshots of the Website :

alt text alt text

Thank You ...

clean-vs-messy-room-classifier's People

Contributors

navaneeth-sharma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.