This repository contains deep learning algorithm used to predict sentiment of a person using text.
- Find saved keras model as model_text_analysis folder and label encoder in pickle file.
- To deploy create environment on server and depoy using app.py .
- Make sure server size to more than 650 mb to succesfully deploy api or deploy locally in conda environment.
To run and test our application ,
- pip install -r requirements.txt (to install all required libraries)
- run python app.py (This is now the server)
- You could either use postman or test.py to send data, just remember to change the content in test.py