Coder Social home page Coder Social logo

auto-llm's Introduction

Auto LLM

This is an experimental project to automate the usage of a PC using LLMs (Large Language Models) like GPT-3. The idea is to use the LLM to automate the usage of a PC, for example, to automatically change the wallpaper, open a program, or even write code.

How it works

The project is divided into two parts: the LLM and the automation. The LLM is responsible for understanding the user's commands and generating the necessary code to automate the PC. The automation part is responsible for executing the code generated by the LLM.

How to use

[!Note] > Please use Powershell so that the Automation part of Auto-LLM can run the commands.

First, please export the following environment variables:

# So that the python script doesn't crash
$env:PYTHONPATH=$(pwd)

After that, you can run the following commands:

# Init Venv
python3 -m venv .venv
source .venv/bin/activate

# Install dependencies
pip3 install -r requirements.txt

# Run the main script
python3 src/main.py

FAQ

I can't install playsound!

If you are having trouble installing playsound, make sure you have the latest version of the wheel package. You can install it by running the following command:

pip3 install -U wheel

Now you should be able to install playsound without any problems.

How to contribute

If you want to contribute to this project, please open an issue or a pull request. We are open to new ideas and suggestions.

License

This project is licensed under the MIT License - see the LICENSE file for details.


auto-llm's People

Contributors

fujiwarachoki 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.