Giter Site home page Giter Site logo

tinder-data-generator's Introduction

Tinder Fun Build Status codecov


This repository provides full data soultion to apply on a tinder profile.

Features

  • Scrap data from tinder profiles including images, bio, about and name.
  • Rate every image and profile for the ML model using Tinder Mesh app.
  • Get downloaded images with Unique IDs.

MongoDb

    {
    "_id" : ObjectId("59fb1e88fe1b1c3a6b6ba449"),
    "name" : "Rose",
    "age" : "24",
    "bio" : "Total bookworm, F.R.I.E.N.D.S, Potterhead, Aries, No coffee, No chocolate, Looking forward to have some good conversation, that's it!",
    "about": "software developer",
    "images" : [ 
        {
            "src" : "<Image URL here>",
            "uuid" : "f3dedf18-8ef6-40e6-bc09-866cbc1f217a",
            "_id" : ObjectId("59fb1e88fe1b1c3a6b6ba44c"),
            "score" : [5,4,2,1,4] // 5 ratings of the image
        }, 
        ...
        ...
        ...
        more images here
        ...
        ...
    ],
    "__v" : 0
}

Setup


Requirements

Please make sure that you have Node.js and npm installed on your system. This application is built with Mongodb, without that you can't proceed.

  • Node.js (recommended: 6.x)
  • npm (recommended: 3.x)
  • Mongo >= 3.4.10

Installation

npm install

Tests

npm run test

Architecture


The project has divided in three parts.

  1. Scrapper - It scraps the data from tinder web UI using selenium and stores in MongoDB according to the defined environment.
  2. Rater API - APIs to rate every image of a scrap profile. These are built using express, mongoose, mongodb, mocha and chai.
  3. Rater Web App - It is a React appliation made to rate every image. The testing frameworks used are Jest and Enzyme.

Find the documentation of every section in their respective parts.

Running the application

    npm run tinder-fun

tinder-data-generator's People

Contributors

ayusharma avatar

Watchers

James Cloos 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.