✨ Demo
# 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
You can also convert image to base64 from here
For more details you can wait for my youtube video
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.
👤 Manikant Kumar
- Website: https://devil-cyber.github.io/CodingSpace/
- Github: @devil-cyber
- LinkedIn: @manikant-kumar-550998192/
Give a ⭐️ if this project helped you!
_This README will need saome update