/Sarcasm-Detector

Sarcasm Detector Web Application for my course CSE4022 NLP DA2

Primary LanguageJupyter Notebook

Sarcasm-Detector

Sarcasm Detector Web Application for my course CSE4022 NLP DA2

Installations Needed

Tensorflow Numpy Pandas Flask NLTK Sklearn

Tech Stack

Languages: Python, Flask, HTML, Jquery, Tensorflow

Screenshots

App Screenshot

Acknowledgements

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

Deployment

Install virtualenv globally to use it

  pip install virtualenv

Create a virtual env in the main directory

   virtualenv env

Activate the virtual environment using this

  source env/bin/activate

This will download the requirements in the requirements file

  pip install

This will download the requirements in the requirements file

  python app.py