https://github.com/weaviate-tutorials/Hurricane
Writing Blog Posts with Generative Feedback Loops!
https://github.com/weaviate-tutorials/Hurricane
Last synced: 22 days ago
JSON representation
Writing Blog Posts with Generative Feedback Loops!
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/Hurricane
- Owner: weaviate-tutorials
- License: mit
- Created: 2024-03-18T20:28:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T18:25:52.000Z (about 1 year ago)
- Last Synced: 2025-04-11T08:31:05.890Z (about 2 months ago)
- Language: MDX
- Size: 523 KB
- Stars: 47
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dspy - Hurricane - Writing Blog Posts with Generative Feedback Loops! ([DSPy](https://github.com/stanfordnlp/dspy) - A library for compiling declarative language model calls into self-improving pipelines. / Projects)
README
# Hurricane 🌀
Writing Blog Posts with Generative Feedback Loops!To run, follow these steps:
1. Spin up Weaviate with: (add your OpenAI API key)
```bash
docker-compose up -d
```
2. Insert the current Weaviate blogs into Weaviate by running:
```bash
python3 import_blogs.py
```
3. Start the backend with: (add your OpenAI and You API keys)
```bash
uvicorn backend:app --reload
```
4. Start the frontend with:
```bash
cd hurricane-frontend
npm install
npm start
```