Compare commits
No commits in common. "master" and "perfTest" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,5 @@ __pycache__
|
|||||||
*.html
|
*.html
|
||||||
.venv
|
.venv
|
||||||
neuralWeights.json
|
neuralWeights.json
|
||||||
neuralWeights.json.*
|
neuralWeights.json.bak
|
||||||
.imgLinkCache.json
|
.imgLinkCache.json
|
||||||
.idea
|
|
||||||
|
@ -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)
|
752
caliGraph.py
752
caliGraph.py
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 2.5 MiB |
@ -6,9 +6,3 @@ pyvis
|
|||||||
fuzzywuzzy
|
fuzzywuzzy
|
||||||
rake_nltk
|
rake_nltk
|
||||||
ptpython
|
ptpython
|
||||||
requests
|
|
||||||
pandas
|
|
||||||
plotly
|
|
||||||
wikipedia
|
|
||||||
argcomplete
|
|
||||||
pyzshcomplete
|
|
||||||
|
Loading…
Reference in New Issue
Block a user