Skip to content

User describe desired robot behavior, and code is automatically generated for the robot to execute the specified actions.

Notifications You must be signed in to change notification settings

MarijaGolubovic/SOTIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

SOTIS - Robot Playground

This repo represent part of platform for robot control. You need to have this platform if you want to run all system. For running only this part you need follow this guide. The capability of this system you can see on this YouTube video.

Application Setup Guide

First-time Setup

  1. Install all dependecies:

    pip3 install llama-cpp-python tk Jinja2

    This is only necessary the first time.

  2. Download the LLaMA model using the following link: LLama model Other model sizes you can finds on following link. For newest version visit Hugging Face site.

  3. Copy the downloaded LLama model to the assets directory.

Running the Application

After downloading and copying the LLama model into the assets directory, run the application with the following command inside assets directory:

python3 gui.py

About

User describe desired robot behavior, and code is automatically generated for the robot to execute the specified actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published