Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.75 KB

README.md

File metadata and controls

80 lines (53 loc) · 1.75 KB

Bible Authorship

Server-Client application that allows training deep neural network models that are capable of predicting the authorship of documents in ancient Hebrew like the Hebrew Bible.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • git
  • Node.js
  • Angular
  • Python 3.7.4
  • Keras 2.4.0

Installing

Clone the project

git clone https://github.com/shohamyamin/BibleAuthorship.git
cd BibleAuthorship

Install dependencies

cd client 
npm install
cd ..
cd server 
pip install -r requirements.txt

Deployment

Run server: chang directory into server directory and run

python main.py

Run client: chang directory into client directory and run

npm start

Go to localhost:4200

Built With

Additional libraries

Sources of information

Authors