ChatBeePT merges the nostalgia of a Blackberry keyboard with the intelligence of GPT-4, creating a powerful and portable note-taking and conversational AI device powered by a Raspberry Pi Zero.
ChatBeePT is designed to be your handy note-taking companion on the go, with the added capability to interact with OpenAI’s ChatGPT for enhanced productivity and assistance. By leveraging the API, it serves as a convenient tool for not just storing but also enhancing your notes interactively.
- Portable Note-Taking: Type notes easily with the Blackberry keyboard.
- Interactive AI: Engage with ChatGPT to expand on notes or gain insights.
- Retro Aesthetic: Enjoy a minimalist, retro UI for focused note-taking.
- Python 3.x
- Raspberry Pi Zero (optional, for final deployment)
- Libraries:
tkinter
,requests
-
Clone the repository:
git clone https://github.com/yourusername/ChatBeePT.git cd ChatBeePT pip install -r requirements.txt API_KEY = "YOUR_OPENAI_API_KEY"