Giter VIP home page Giter VIP logo

tinder-for-reviews's Introduction

🔥Tinder for Reviews

Tired of labelling your dataset the boring way? Introducing Tinder for Reviews. Now label your dataset as if you are scrolling on tinder!

Demo

A demo of how the works.

2024-06-07_21-31-08.mov

Installation

pip install -r requirements.txt

Setup

  1. line 33 in app.py creates a user with the username admin and password admin. Change this to your desired username and password.
  2. line 42 in app.py creates sample data for 10k reviews.

You can also use for feedback and postinformation tables yourself to add the data you like and configure the database.

INSERT INTO feedback (id, review_content, positive, negative, neutral, polarity) VALUES (?, ?, ?, ?, ?, ?)

INSERT INTO postinformation (id, creation, link, source) VALUES (?, ?, ?, ?)

Usage

python main.py

and open http://localhost:8000 in your browser.

  • right swipes or green button = positive.
  • left swipe or red button = negative
  • white button "neu" = neutral

Usecase: You can use this to label your dataset for sentiment analysis, feedback analysis, etc in a fun way.

tinder-for-reviews's People

Contributors

krishsharma0413 avatar

Stargazers

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