Skip to content

A server-client system to determine authorship attribution of documents from the Hebrew Bible.

Notifications You must be signed in to change notification settings

shohamyamin/BibleAuthorship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A server-client system to determine authorship attribution of documents from the Hebrew Bible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published