Skip to content

A cyberpunk/retro-themed matrix-style terminal app connected to OpenAI's API

License

Notifications You must be signed in to change notification settings

saurabhchalke/MatrixMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Mind Application

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.

Matrix Mind in Action

Features

  • Terminal-like UI.
  • Concise responses from OpenAI's GPT-3.5.

Installation

Prerequisites

Setup

  1. Clone the repository:
git clone https://github.com/saurabhchalke/matrixmind.git
  1. Navigate to the cloned directory:
cd matrixmind
  1. Install the required packages:
pip install -r requirements.txt
  1. 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
  1. Run the application:
python matrixmind.py

Usage

After launching the application, type your message and press Enter to send. The response from OpenAI's GPT-3.5 will appear shortly.

Contributing

Contributions to the Matrix Mind project are welcome. Feel free to fork the repo, make changes, and submit a pull request.

License

This project is licensed under the GPL-3.0 license.

About

A cyberpunk/retro-themed matrix-style terminal app connected to OpenAI's API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages