Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```