Skip to content

Humor Detection App with Streamlit and fastText

Notifications You must be signed in to change notification settings

lin-justin/humor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humor Detection

Deployed a Humor Detection Web App using Streamlit where users can input a sentence and a fastText model will predict if the user inputted sentence is humorous or not.

The model was trained on this data.

Usage

Please have Python 3.8+ installed.

git clone https://github.com/lin-justin/humor-app.git
cd humor-app
pip install requirements.txt
streamlit run app.py

Demo