Skip to content

ai-imitation/gpt-computer-assistant

 
 

Repository files navigation

GPT Computer Assistant

Hi, this is an alternative work for providing ChatGPT MacOS app to Windows and Linux. In this way this is a fresh and stable work. You can easily install as Python library for this time but we will prepare a pipeline to providing native install scripts (.exe).

Powered by Upsonic Tiger 🐅 An function hub for llm agents.

Static Badge

Demo Video (1 min)

GPT.Computer.Assistant.-.Demo.-.Made.with.Clipchamp.mp4

Installation && Run

pip3 install gpt-computer-assistant
computerassistant

Profile Selection, different profiles have fully different message histories. Just like: work, personal, upsonic.

computerassistant --profile personal

Upgrade

pip3 install gpt-computer-assistant --upgrade

Capabilities

At this time we have many infrastructure element. We just aim to provide whole thinks that already in ChatGPT app.

  • Screen Read
  • Microphone
  • System Audio
  • Memory

--

  • Open and close app
  • Open a url
  • Clipboard
  • Search Engines
  • Python and SH Interpreters
  • Writing and Running Scripts
  • Using your Telegram Account
  • Knowledge Management

Roadmap

  • Reset Option

  • Splitting long audios. (Whisper api just support <20mb)

  • Text input area

  • Just text mode (no voice answer)

  • Added different profiles

  • More Effect

  • MacOS Intel Support with another basic gui

  • Our agentic infrastructure for generating custom agentic gpt-computer-assistant

from gpt-comptuer-assistant import crew, agent

coder = agent("You are an senior python developer")

manager = agent("You are senior project manager")

assistant = crew(
 [coder, manager]
)

assistant.gui()
  • Facial analyze with DeepFace

  • Windows .exe

  • Linux native

  • MacOS native

Use cases

Take Meeting Notes Daily Assistant
Read Docs Coding Assistant

Usage

options

** After first click to an option that include microphone or system audio you need to stop with another click to same option.

About Macos

For now we have some problems with intel, but we will solve it.

onuratakan#10

About

gpt-4o for windows, macos and ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%