Skip to content

weaviate-tutorials/Hurricane

Repository files navigation

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

About

Writing Blog Posts with Generative Feedback Loops!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages