Skip to content

devil-cyber/FashionWear

Repository files navigation

Welcome to FashionWear 👋

Version License: MIT

A Deep Learning Model to classify the fashion wear and also detect them.

GIF

Demo

Install & Working with system setup

# First clone this repository using given command:
git clone https://github.com/devil-cyber/FashionWear

# Now setup your python enivornment using conda or env
conda create -n [Enivornment Name] python=3.6.9

# Now go inside app folder in project directory using given command:
cd app

# Now install all the required library using given command:
pip install -r requirements.txt

# To run the app locally make a samll change inside 'clientApp.py' 
port = int(os.getenv("PORT")) # replace this code with below code
port = 5000

# It's time to run our app:
python clientApp.py


Now open postman and hit the url http:https://localhost:5000/predict and provide image in base64 format

You can also convert image to base64 from here

For more details you can wait for my youtube video

Motivation

We live in the age of Instagram, YouTube, and Twitter. Images and video (a sequence of images) dominate the way millennials and other weirdos consume information.Having models that understand what images show can be crucial for understanding your emotional state (yes, you might get a personalized Coke ad right after you post your breakup selfie on Instagram), location, interests and social group.Predominantly, models that understand image data used in practice are (Deep) Neural Networks. Here, we’ll implement a Neural Network image classifier from scratch in Python.

Author

👤 Manikant Kumar

Show your support

Give a ⭐️ if this project helped you!


_This README will need saome update

Releases

No releases published

Packages

No packages published

Languages