Compare commits

..

3 Commits

Author SHA1 Message Date
cbb884b377 smashing 'deees bugs 2022-03-07 17:56:59 +01:00
9a02bdc2a8 Allow disabling pagerank 2022-02-22 15:22:36 +01:00
01d41f3a82 Fixed bin accumulation; added perf-test 2022-02-22 15:03:51 +01:00
5 changed files with 235 additions and 539 deletions

1
.gitignore vendored
View File

@ -4,4 +4,3 @@ __pycache__
neuralWeights.json
neuralWeights.json.*
.imgLinkCache.json
.idea

View File

@ -1,4 +1,4 @@
# 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...
![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
rake_nltk
ptpython
requests
pandas
plotly
wikipedia
argcomplete
pyzshcomplete