Giter VIP home page Giter VIP logo

noetic-llama's Introduction

noetic-llama

docker-compose docker containers required for LCASTOR intent recognition and transcription with whisper. Currently, whisperwrapper needs to be run outside of docker due to problems passing through the microphone, which is why it is symlinked here.

If being run in a VM, set the whisper API url ROS parameter:

rosparam set /stt/whisper_api_url 192.168.122.1:9000

If being run on a separate PC to the host, you may need to set these parameters:

export ROS_MASTER_URI=http://10.68.0.1:11311

export ROS_IP=10.68.0.130

Obviously you should update the IP addresses with the appropirate ones as applicable.

If debugging, you might need to manually make the node transcribe:

rostopic pub /stt/listening ollamamessages/WhisperListening "listening: True" -1

There is a bash script provided to start the whisper node, make sure you have compiled, sourced, and are in the correct directory first.

TODOs

  • Make a proper parser for the function calls returned by ollama instead of just using exec(), this will allow us to fetch the return value of the functions, and it's also much safer. A grammar has already been made, see ollamafunctiongrammar.ppeg, just need to finish the abstract syntax tree parsing (see parser.py)

noetic-llama's People

Contributors

jwansek avatar tiago-lcastor avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nickscherbakov

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.