diff --git a/README.md b/README.md new file mode 100644 index 000000000..295065d22 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# Quiver + +
+ +
+ +Quiver is your second brain in the cloud, designed to easily store and retrieve unstructured information. It's like Obsidian, but in text, and powered by generative AI. + +## Features + +- **Store Anything**: Quiver can handle almost any type of data you throw at it. Text, images, code snippets, you name it. +- **Generative AI**: Quiver uses advanced AI to help you generate and retrieve information. +- **Fast and Efficient**: Designed with speed and efficiency in mind. Quiver makes sure you can access your data as quickly as possible. +- **Secure**: Your data is stored securely in the cloud and is always under your control. + +## Getting Started + +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. + +### Prerequisites + +What things you need to install the software and how to install them. + +- Python 3.6 or higher +- Pip +- Virtualenv +- Supabase account +- Supabase API key +- Supabase URL + +### Installing + + + + +## Built With + +* [Python](https://www.python.org/) - The programming language used. +* [Streamlit](https://streamlit.io/) - The web framework used. +* [Supabase](https://supabase.io/) - The open source Firebase alternative. diff --git a/logo.png b/logo.png new file mode 100644 index 000000000..f141fdb10 Binary files /dev/null and b/logo.png differ