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

https://github.com/chiphennig/dspy-gamerec

Prompt engineering with DSPy to recommend video games
https://github.com/chiphennig/dspy-gamerec

dspy llm prompt-engineering

Last synced: 7 days ago
JSON representation

Prompt engineering with DSPy to recommend video games

Awesome Lists containing this project

README

        

This is the codebase for a series of Medium articles you can find [here](https://chip-hennig.medium.com/list/prompt-engineering-with-dspy-for-game-recommendations-0721588eaad5).

Running on Python 3.10

Linux:

```
python3 -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
```

Windows:

```
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
```