Frontend repository for latest fashion trends based on pop-stars. The fashion ranking is made in Caffe.
- Uses Caffe and PyFaster RCNN to compute the rankings of latest fashion trends
- Displays the rankings in related fashion images on the Fashism Website
- Install yarn globally by
npm install yarn -g
yarn install
yarn start
- Open 'localhost:8080' to open the app
- Requires Caffe and PyFaster RCNN to be installed.
- The Python folder contains fashion_detector.prototxt to specify the model.
- Run the detect-fashion.py (Needs some adjustments in path locations).
Template is based from react-redux-template-for-ecommerce-site