Talk to your Bear app notes like never before with ChatGPT! This script takes your note-taking experience to the next level by leveraging OpenAI's cutting-edge GPT-3 model for question-answering. With ChatGPT, you can easily extract notes from the Bear app and index them to generate informative responses to any query you can think of.
Before running the script, make sure you have:
- Python
- Installed the Bear app on your computer
- An OpenAI API key, saved as an environment variable, OPENAI_API_KEY.
- Clone or download the repository from Github.
git clone https://github.com/pedstrom/talk-to-bear-app-notes.git
- Navigate to the project directory in your terminal.
$ cd talk-to-bear-app-notes
- Install the required dependencies:
pip install -r requirements.txt
- Run the
main.py
Python script in your terminal.
python app.py
- Type a prompt and press enter to receive a response from the notes.
Contributions are welcome to improve the project. Some of the top interests include:
- Improving the accuracy of the note reader.
- Creating a better connection to the notes than using an intermediate step to save them as files.
- Connecting to Pinecone for memory. If you have knowledge or ideas to improve the project, feel free to make changes and send in a pull request.
Thank you!