Skip to content

pedstrom/talk-to-bear-app-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk to Bear App Notes with GPT

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.

Prerequisites

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.

Installation

  1. Clone or download the repository from Github.
git clone https://github.com/pedstrom/talk-to-bear-app-notes.git
  1. Navigate to the project directory in your terminal.
$ cd talk-to-bear-app-notes
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the main.py Python script in your terminal.
python app.py
  1. Type a prompt and press enter to receive a response from the notes.

Contributing

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages