Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 468 Bytes

Hurricane 🌀

Writing Blog Posts with Generative Feedback Loops!

To run, follow these steps:

  1. Spin up Weaviate with: (add your OpenAI API key)
docker-compose up -d
  1. Insert the current Weaviate blogs into Weaviate by running:
python3 import_blogs.py
  1. Start the backend with: (add your OpenAI and You API keys)
uvicorn backend:app --reload
  1. Start the frontend with:
cd hurricane-frontend
npm install
npm start