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