Hurricane 🌀
Writing Blog Posts with Generative Feedback Loops!
To run, follow these steps:
- Spin up Weaviate with: (add your OpenAI API key)
docker-compose up -d
- Insert the current Weaviate blogs into Weaviate by running:
python3 import_blogs.py
- Start the backend with: (add your OpenAI and You API keys)
uvicorn backend:app --reload
- Start the frontend with:
cd hurricane-frontend
npm install
npm start