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
- Host: GitHub
- URL: https://github.com/chiphennig/dspy-gamerec
- Owner: ChipHennig
- Created: 2024-08-22T20:48:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:30:46.000Z (9 months ago)
- Last Synced: 2025-05-06T21:08:36.635Z (13 days ago)
- Topics: dspy, llm, prompt-engineering
- Language: Jupyter Notebook
- Homepage: https://gamerec.app/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```