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.