Giter Club home page Giter Club logo

fitzy's Introduction

Fitzy ( Apparels Recommendation )

About

This project made for apparels recommendation, We have trained the model with 44k image dataset using from kaggle, Here using Deep learning model Resnet50 CNN Model to extract image features and Using sklearn NearestNeighbors Algorithm to find the matching Images for Recommendation.

Project Hosted in AWS : Project URL

newFitzy

Project is Docker containerized

Those who don't want to install the project on your device and install the requirements, please download the docker container to your device and run the project.

Run Project Docker Container

A step-by-step series of examples that tell you how to start this container.

  1. pull the docker image
docker pull thanseefpp/fitzy-flask:0.0.1.RELEASE
  1. Run the container
docker container run -d -p 4000:3000 thanseefpp/fitzy-flask:0.0.1.RELEASE
  1. Go to the 127.0.0.1:4000 port on your machine to visit the app that docker has executed (if your device is using a 4000 port then change it to 5000 or 3000)

Skip these below steps if you don't want to install Project on your Device.

Prerequisites

Python3 Must be installed on your device.

Installing

A step by step series of examples that tell you how to get a development env running.

  1. Install Virtual Env
python3 -m pip install --user virtualenv pipenv
  1. Initialize Env
python3 -m venv env
  1. Activate Env
source env/bin/activate
  1. Install Requirements
pip install -r requirements.txt
  1. Create .env file
touch .env
  1. Create .env file
touch .env

please follow my instagram @thanseeftsf and ask any doubts.

fitzy's People

Contributors

thanseefpp 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.