Skip to content

Control Thymio by voice, with an LLM interpreting the voice commands.

License

Notifications You must be signed in to change notification settings

AurelienRibon/thymio-by-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thymio by LLM

How can I run this?

Currently, the simplest way is to clone this repository and run the main.py file.

  1. Ensure you have an openai API key in your environment variables.
# Put this in your .bashrc or .zshrc, to avoid having to do it every time
export OPENAI_API_KEY="your-api-key"
  1. Be sure to open the Thymio Suite before running the script.

  2. Run the script.

# Clone the repository
git clone https://github.com/AurelienRibon/thymio-by-llm.git
cd thymio-by-llm

# (optional) Create a virtual environment
pip3 -m venv .venv
source .venv/bin/activate

# Install the required packages
pip3 install -r requirements.txt

# Run the main file
python3 src/main.py

About

Control Thymio by voice, with an LLM interpreting the voice commands.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages