Compare commits

..

No commits in common. "master" and "perfTest" have entirely different histories.

5 changed files with 227 additions and 536 deletions

3
.gitignore vendored
View File

@ -2,6 +2,5 @@ __pycache__
*.html *.html
.venv .venv
neuralWeights.json neuralWeights.json
neuralWeights.json.* neuralWeights.json.bak
.imgLinkCache.json .imgLinkCache.json
.idea

View File

@ -1,4 +1,4 @@
# CaliGraph # CaliGraph
CaliGraph connects to the database of your local Calibre-Instance in order to recommend which unread books are likely to be enjoyed. The recommendations are displayed in a graph which explains the recommendation by showing correlations to previously read books, authors, recommendations by same individuals, tags... CaliGraph connects to the database of your local Calibre-Instance in order to recommend which unread books are likely to be enjoyed. The recommendations are displayed in a graph which explains the recommendation by showing correlations to previously read books, authors, recommendations by same individuals, tags...
![Screenshot](./Screenshot_README.png) ![Screenshot](https://gitea.dominik.roth.ml/dodox/CaliGraph/raw/branch/master/Screenshot_README.png)

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -6,9 +6,3 @@ pyvis
fuzzywuzzy fuzzywuzzy
rake_nltk rake_nltk
ptpython ptpython
requests
pandas
plotly
wikipedia
argcomplete
pyzshcomplete