Skip to content

A machine learning web app that converts sentences to past tense using NLP.

Notifications You must be signed in to change notification settings

ni3choudhary/Past-Tensifier-Using-NLP-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A machine learning web app that converts sentences to past tense using NLP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published