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.
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.
- git
- Node.js
- Angular
- Python 3.7.4
- Keras 2.4.0
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
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
- ngx-charts - for date calculations
- AngularDoc - Angular Documentation and tutorials
- NodejsDoc nodejs Documentation and tutorials
- w3schools - HTML tutorials
- Stackoverflow
- GoodREADME - how to write a good README
- Shoham Yamin - shohamyamin
- Raz Malka - RazMalka