Skip to content

Pituchey-Hotam/seferelation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

This project is a tool to recommend what you should learn.
Online beta version is available here (bit.ly/seferelation)

Developers Installation

First, clone this repository and go to the cloned directory.

Install dependencies:

python3 is required. To install the requirements, run:

sudo pip install -r src/requirements.txt
sudo pip install -e src/

You can generate the graph-model from the sefaria source sheets by running:

cd src/seferelation
python main.py

Or download it and put it in the src/seferelation directory. Contact me if you want to download.

Now you can run the api server with the graph in it by running:

cd src
uvicorn apiserver:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published