Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjurney/lovecraft
This is an eldritch project to resurrect the man himself using retrieval augmented generation on his letters
https://github.com/rjurney/lovecraft
eldritch horror information-retrieval large-language-model llm lovecraft lovecraftian machine-learning natural-language-processing nlp nlu rag vector-search
Last synced: 16 days ago
JSON representation
This is an eldritch project to resurrect the man himself using retrieval augmented generation on his letters
- Host: GitHub
- URL: https://github.com/rjurney/lovecraft
- Owner: rjurney
- License: mit
- Created: 2024-03-06T03:50:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T20:39:36.000Z (8 months ago)
- Last Synced: 2024-04-28T21:45:57.276Z (8 months ago)
- Topics: eldritch, horror, information-retrieval, large-language-model, llm, lovecraft, lovecraftian, machine-learning, natural-language-processing, nlp, nlu, rag, vector-search
- Language: Python
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lovecraft RAG - The Resurrection
This is a project to use generative AI to speak to the ghost of Lovecraft through his letter and stories.
## Setup
### Get Poetry
```bash
curl -sSL https://install.python-poetry.org | python3 -
```OR
```bash
pipx install poetry
```### Install Dependencies
```bash
poetry install
```## Run the Project
1. Get the stories from hplovecraft.com [read them, they're great!]
```bash
scrapy runspider lovecraft/scrape.py
```