SecondBrain is your second brain in the cloud, designed to easily store and retrieve unstructured information. It's like Obsidian but powered by generative AI.
- Store Anything: SecondBrain can handle almost any type of data you throw at it. Text, images, code snippets, you name it.
- Generative AI: SecondBrain uses advanced AI to help you generate and retrieve information.
- Fast and Efficient: Designed with speed and efficiency in mind. SecondBrain makes sure you can access your data as quickly as possible.
- Open Source: SecondBrain is open source and free to use.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the repository
git clone https://github.com/your-username/SecondBrain.git && cd SecondBrain
-
Install the dependencies
python setup.py
- Start the web app by running the following command:
secondbrain app
- Streamlit - for the interactive web app framework used in SecondBrain.
- GPT-4-All - for their language model API integration.
Open a pull request and we'll review it as soon as possible.