Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 968 Bytes

File metadata and controls

30 lines (25 loc) · 968 Bytes

Past-Tensifier-Using-NLP-Deployment

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.

setup

$ 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.