Code Monkey home page Code Monkey logo

hackon-amazon's Introduction

Amazon Hackon

Content:

1. Problem Statement
2. Preprocessing
3. Model
4. Result
5. Team Members

1. Problem Statement

While watching a movie or a favorite web series on any of the OTT platform, don't you feel the urge that I also want clothes which are similar to the actor /actress, don't you want to look like them or don't you think that I also want to be trendy and look cool among my fellow mates? To develop an app against this that will scan and give similar images compared to the actor and actresses' clothes.

2. Preprocessing:

We use this python script for preprocessing our data as per our needs.

import os path = "/home/prince/Documents/Rough/" for filename in os. listdir(path): print(filename) filename_without_ext = filename.split("_")[0] extension = ".jpg" new_file_name = filename_without_ext+extension os.rename(path+filename,path+new_file_name)

3. Model:

To classify the images, we used Xception model from Google and used it’s global average pooling layer(second last layer) to extract the feature vector and apply Knn to predict top-k similar feature vector in our database. (In our case we k=30).

4. Result:

5. Team Members

1. Sameer Jain
2. Aryan Garg
3. R Aakash
4. Prince Arya

hackon-amazon's People

Contributors

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