MarijaGolubovic / SOTIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 73.8%Language:Python 26.2%