Matrix Mind is a chat application that interfaces with OpenAI's GPT-3.5 to provide a retro, terminal-like chatting experience. This is inspired from the sci-fi (cyber|retro)punk like Matrix, Ghost in the Shell etc.
- Terminal-like UI.
- Concise responses from OpenAI's GPT-3.5.
- Python 3.x
- "Press Start 2P" font. Installation instructions.
- Clone the repository:
git clone https://github.com/saurabhchalke/matrixmind.git
- Navigate to the cloned directory:
cd matrixmind
- Install the required packages:
pip install -r requirements.txt
- The GUI is created using Tkinter, which should probably be installed by default on macOS/Windows, but if you're a Linux user like me, you would need to install the
python3-tk
package.
sudo apt install python3-tk
- Run the application:
python matrixmind.py
After launching the application, type your message and press Enter to send. The response from OpenAI's GPT-3.5 will appear shortly.
Contributions to the Matrix Mind project are welcome. Feel free to fork the repo, make changes, and submit a pull request.
This project is licensed under the GPL-3.0 license.