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: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T22:12:46.000Z (about 2 years ago)
- Last Synced: 2025-04-02T02:56:24.542Z (over 1 year 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: 1.09 MB
- Stars: 0
- Watchers: 2
- 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
```