Giter Site home page Giter Site logo

gpt-computer-assistant's Introduction

Logo

GPT Computer Assistant

Static Badge

gpt-4o for windows, macos and ubuntu
Documentation . Explore the capabilities »


Made_with_python . pypi_downloads

Static Badge

|ENGLISH|简体中文|正體中文

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 for providing native install scripts (.exe).

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

Installation and Run

Needed >= Python 3.9

pip3 install 'gpt-computer-assistant[base]'
computerassistant

Wake Word | NEW

We have added Pvporcupine integration. To use it, you need to install an additional library:

pip3 install 'gpt-computer-assistant[wakeword]'

After that, please enter your Pvporcupine API key and enable the wake word feature.






Logo

Agent Infrastructure

With this way you can create crewai agents and using it into gpt-computer-assistant gui and tools.

pip3 install 'gpt-computer-assistant[base]'
pip3 install 'gpt-computer-assistant[agentic]'
from gpt_computer_assistant import Agent, start

manager = Agent(
  role='Project Manager',
  goal='understands project needs and assist coder',
  backstory="""You're a manager at a large company.""",
)

coder = Agent(
  role='Senior Python Coder',
  goal='writing python scripts and copying to clipboard',
  backstory="""You're a python developer at a large company.""",
)


start()

Logo

Adding Custom Tools

Now you are able to add custom tools that run in the agentic infra and assistant processes.

from gpt_computer_assistant import Tool, start

@Tool
def sum_tool(first_number: int, second_number: int) -> str:
    """Useful for when you need to sum two numbers together."""
    return first_number + second_number

start()











demo_out.mp4

Logo

Usage

options

Use cases

Take Meeting Notes Daily Assistant
Read Docs Coding Assistant

Roadmap

Feature Status Target Release
Clear Chat History Completed Q2 2024
Long Audios Support (Split 20mb) Completed Q2 2024
Text Inputs Completed Q2 2024
Just Text Mode (Mute Speech) Completed Q2 2024
Added profiles (Different Chats) Completed Q2 2024
More Feedback About Assistant Status Completed Q2 2024
Local Model Vision and Text (With Ollama, and vision models) Completed Q2 2024
Our Customizable Agent Infrastructure Completed Q2 2024
Supporting Groq Models Completed Q2 2024
Adding Custom Tools Completed Q2 2024
Click on something on the screen (text and icon) Completed Q2 2024
New UI Completed Q2 2024
Native Applications, exe, dmg Failed (Agentic Infra libraries not supported for now) Q2 2024
Collaborated Speaking Different Voice Models on long responses. Completed Q2 2024
Auto Stop Recording, when you complate talking Completed Q2 2024
Wakeup Word Completed Q2 2024
Continuously Conversations Completed Q2 2024
Adding more capability on device Planned Q2 2024
DeepFace Integration (Facial Recognition) Planned Q2 2024

Capabilities

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

Capability Description
Screen Read OK
Click to and Text or Icon in the screen OK
Microphone OK
System Audio OK
Memory OK
Open and Close App OK
Open a URL OK
Clipboard OK
Search Engines OK
Writing and running Python OK
Writing and running SH OK
Using your Telegram Account OK
Knowledge Management OK

Contributors

gpt-computer-assistant's People

Contributors

onuratakan avatar abhinavcode13 avatar mideky-hub avatar dawoodtouseef avatar hryurt avatar aykutgk avatar davdadev avatar gokborayilmaz avatar hkxtor avatar eltociear avatar koolendasheppi avatar kramstyles avatar afsalafzz-pro avatar tc999 avatar vietnguyengit avatar ucaninek avatar msclock avatar mumtazvurall avatar nekoouo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.