Skip to content

howard97/Bible-Verse-Prediction-ML-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible-Verse-Prediction-ML-App

We are predicting Bible verses between new testament and old testament

Follow these Steps to use this project

(1) install python3

(2) Clone the repository

git clone https://github.com/howard97/Bible-Verse-Prediction-ML-App.git

(3) cd into your cloned directory by running this command

 cd Bible-Verse-Prediction-ML-App

(4) install pipenv by running this command in your terminal.

pip install pipenv

(5) Make a vitual environment by running this command in your terminal.

pipenv shell

(6) install all dependances by running this command in your terminal.

pipenv install -r requirements.txt

(7) After the installation is done run this line in your terminal.

python app.py

(8) Coppy and paste this link in your browser.

 http://127.0.0.1:5000/ 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published