├── README.md ├── cover-not-found.jpg ├── data-exploration.ipynb ├── gradio-dashboard.py ├── requirements.txt ├── sentiment-analysis.ipynb ├── text-classification.ipynb └── vector-search.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/README.md -------------------------------------------------------------------------------- /cover-not-found.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/cover-not-found.jpg -------------------------------------------------------------------------------- /data-exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/data-exploration.ipynb -------------------------------------------------------------------------------- /gradio-dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/gradio-dashboard.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/requirements.txt -------------------------------------------------------------------------------- /sentiment-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/sentiment-analysis.ipynb -------------------------------------------------------------------------------- /text-classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/text-classification.ipynb -------------------------------------------------------------------------------- /vector-search.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t-redactyl/llm-semantic-book-recommender/HEAD/vector-search.ipynb --------------------------------------------------------------------------------