weaviate-tutorials / Hurricane

Writing Blog Posts with Generative Feedback Loops!
MIT License
42 stars 5 forks source link

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
  2. Insert the current Weaviate blogs into Weaviate by running:
    python3 import_blogs.py
  3. Start the backend with: (add your OpenAI and You API keys)
    uvicorn backend:app --reload
  4. Start the frontend with:
    cd hurricane-frontend
    npm install
    npm start