https://github.com/tdiprima/camp-content-gen
Camp Content Generation
https://github.com/tdiprima/camp-content-gen
ai langgraph rag
Last synced: 4 months ago
JSON representation
Camp Content Generation
- Host: GitHub
- URL: https://github.com/tdiprima/camp-content-gen
- Owner: tdiprima
- License: apache-2.0
- Created: 2025-04-23T16:56:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T18:49:53.000Z (6 months ago)
- Last Synced: 2025-06-07T07:36:42.383Z (4 months ago)
- Topics: ai, langgraph, rag
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camp-Content-Gen
This project builds on earlier work by Marlene Mhangami, whose original Jupyter notebook is here:
https://github.com/marlenezw/langgraph-reflection-product-marketerHer notebook was itself based on:
https://github.com/langchain-ai/langgraph-reflection/blob/main/examples/llm_as_a_judge.py**What's different here:**
- The Python script was adapted from Marlene's notebook, with updates to fix dependency and API issues.
- The PDF document was also modified — blank pages were removed.
- `langgraph_reflection` library source: https://github.com/langchain-ai/langgraph-reflection**Extra notes:**
- Run `langgraph_reflection-product-marketer.py` in PyCharm (Python 3.11 recommended).
- Additional original scripts created for this repo: `rag_query.py`, `test_reflection.py`.