Create to Deploy ML Sentiment Models Using Flask.
This guide provides step-by-step instructions on how to run this models in your own local environment.
Make sure you have the following installed:
- Python (version 3.10.12)
- Pip (Python package installer)
- Anaconda or Miniconda (for managing Python environments) : Anaconda Docs
Clone this repository to your local machine using the following command:
git clone <repository_url>
cd your_project_directory
conda create --name my_env python=3.10.12
- On Windows :
conda activate my_env
- On MacOs or Linux :
source activate my_env
pip install -r requirements.txt
python app.py
For web-based applications or APIs, access them through the specified endpoints or URLs. For example: http://localhost:5000