A machine learning web app that converts sentences to past tense using NLP.
• This repository consists of files required to deploy a Machine Learning Web App created with Flask on Heroku platform.
- Clone the repository : https://github.com/ni3choudhary/Past-Tensifier-Using-NLP-Deployment.git
- Inside the project root directory, Create Python Virtual Environment and activate it using below commands
$ python3 -m venv env
Activate Virtual Environment
$ .env/bin/activate
OR
$ .\env\Scripts\activate
Install Libraries using below command
$ pip install -r requirements.txt
- Run app.py on terminal to start local server.
$ python app.py
• If you want to view the deployed model, click on the following link: Deployed at: https://past-tensifier.herokuapp.com/
• Please do ⭐ the repository, if it helped you in anyway.