Compare commits
3 Commits
master
...
neuralBins
Author | SHA1 | Date | |
---|---|---|---|
cbb884b377 | |||
9a02bdc2a8 | |||
01d41f3a82 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ __pycache__
|
|||||||
neuralWeights.json
|
neuralWeights.json
|
||||||
neuralWeights.json.*
|
neuralWeights.json.*
|
||||||
.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)
|
527
caliGraph.py
527
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