drMy5tery / Trust-Me-Bro

"Trust-Me-Bro" is webapp which provides an analysis based on the comment section of the video. It tries to give a final solution whether the content or information said in the video is legit or not based on the comments provided for that video.
https://trust-me-bro-my5m7t.vercel.app/
MIT License
1 stars 1 forks source link
django sentiment-analysis

Contributors Forks Stargazers Issues MIT License


Logo

Trust-Me-Bro

Trust me, bro, is a simple and fun project that aims to eliminate YouTube videos that provide wrong information to users. It relies solely on user comments as input and does not currently take the entire video into consideration. The project's objective is to predict the validity of the video based solely on comments.
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Extension
  4. Contributing
  5. License

About The Project

A web app that analyzes the video comment section to determine the legitimacy of the content or information solely based on user comments.

About Positive Screenshot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Install pipenv using pip
    pip install pipenv
  2. Clone the repo
    git clone https://github.com/drMy5tery/Trust-Me-Bro
  3. Install required dependencies using pipenv(navigate to the pipfile folder)
    pipenv install
  4. Activate the virtual environment
    pipenv shell
  5. Ensure that your python interpreter path for your current working project is set to the virtual environment
    python -c "import sys; print(sys.executable)"

(back to top)

Extension

This WebApp also has it's own extension which Validates Videos just by clicking on the extension when visiting any youtube video.

Extension Negative Screenshot

Loading Extension

  1. Open the extensions page on your browser (type {browser-name}://extensions/ in the address bar) and turn on the "Developer Mode"(top right corner).

  2. Now Click on the "Load Unpacked"(top left corner) and locate "Trust-Me-Bro\Extension" folder in your pc.

  3. Once the extension is loaded, you can pin it in your web browser and use it on any YouTube video.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have suggestions for improving the method using better ML models, please reach out to us via email or through the GitHub repository's issues or pull requests. We welcome valid ideas and will consider integrating them into the main project. Please keep in mind that we prefer to utilize free tools and technologies whenever possible.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)