Compare commits
23 Commits
Author | SHA1 | Date | |
---|---|---|---|
4580f67920 | |||
2f2da60626 | |||
73c7e5e6c2 | |||
e45423aaa4 | |||
9a473edfdc | |||
1c34d2876f | |||
6af38c686f | |||
5ef60d340e | |||
29b5959623 | |||
4f116bc8bf | |||
6ebe7d03fc | |||
8e8592bb29 | |||
f9c70a8ee4 | |||
0f35ae691e | |||
9193e6b3e6 | |||
63895953c0 | |||
ac6d85fa99 | |||
44c0c189d7 | |||
b75ede5d89 | |||
84deaa2f64 | |||
26527e83c3 | |||
2642423289 | |||
53a7b07c06 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,5 +2,6 @@ __pycache__
|
|||||||
*.html
|
*.html
|
||||||
.venv
|
.venv
|
||||||
neuralWeights.json
|
neuralWeights.json
|
||||||
neuralWeights.json.bak
|
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](https://gitea.dominik.roth.ml/dodox/CaliGraph/raw/branch/master/Screenshot_README.png)
|
![Screenshot](./Screenshot_README.png)
|
||||||
|
676
caliGraph.py
676
caliGraph.py
File diff suppressed because it is too large
Load Diff
BIN
perfTests/1645539905.png
Normal file
BIN
perfTests/1645539905.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
@ -6,3 +6,9 @@ pyvis
|
|||||||
fuzzywuzzy
|
fuzzywuzzy
|
||||||
rake_nltk
|
rake_nltk
|
||||||
ptpython
|
ptpython
|
||||||
|
requests
|
||||||
|
pandas
|
||||||
|
plotly
|
||||||
|
wikipedia
|
||||||
|
argcomplete
|
||||||
|
pyzshcomplete
|
||||||
|
Loading…
Reference in New Issue
Block a user