Skip to content

acandershock/nao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAO README.md

Introduction

This is the STARI labs collection of programs for the NAOs.

Instructions:

  1. start running a model
ollama run [model_name:num_parameters]
  1. ssh into the NAO
ssh nao@nao.local
  1. run the python script in the scripts folder
cd scripts
python sendrequestLLM.py

NAOv6 - Server Client llama2 Chat Bot (whisper STT & naoqi TTS)

  1. scp LLM/client_llm.py to ~/scripts
scp LLM/client_llm.py nao@NAO_IP:~/scripts/
  1. pip install
pip install -r LLM/requirements.txt
  1. run llama2 on server PC
ollama run llama2
  1. launch Flask application
python3 LLM/server_LLM.py
  1. ssh into NAO
ssh nao@NAO_IP
  1. run NAO program
python2 ~/scripts/client_llm.py

About

Programs for NAO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors