Skip to content

rohiit-chaurasiya/SearchingFashion

Repository files navigation

SearchingFashion

searchingF

o1

This app is build with Python , Flask API, HTML, CSS, and Bootstrap.

This project matched clothing items from social videos with an image gallery.Used the VGG16 Model for image matching and the Faster-RCNN Model for clothing item detection and localization in the videos

Machine Learning Based Project for Image Classification & Video Processing .

Git Clone this repo -
git clone https://github.com/RohitAayushmaan/SearchingFashion

Run all this given command under \SearchingFashion Directory

pip install virtualenvwrapper-win

mkvirtualenv envName

workon envName

pip install requirement.txt

Python DeepFeatures.py Call and instante our VGG16 model that helps in Deep Feature synthesis.

Python SaveFeatures.py Iterate through our database and save all the deep features extracted.

Python Server.py

Retrieve top objects and display on the web