Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 421 Bytes

Requirements

Make sure you have the required packages installed:

pip install scikit-learn==1.3.2
pip install streamlit numpy nltk
pip install tensorflow==2.15.0
## Usage
# Model and Files
The app uses the following saved files:
label_encoder.pkl: Pickle file containing the label encoder.

## Functionality
Enter text in the input box.
Click the "Predict" button to see the predicted emotion and probability.