Skip to content

sunfounder/Neo

Repository files navigation

Python Library for the Neo


Installation

dependencies

cd ~
git clone -b v2.0 https://github.com/sunfounder/robot-hat.git --depth=1
cd robot-hat
sudo python3 setup.py install
  • i2samp.sh

    A script to install the robothat sound card driver.

cd ~/robot-hat
sudo bash i2samp.sh
cd ~
git clone https://github.com/sunfounder/vilib.git --depth=1
cd vilib
sudo python3 install.py
  • Neo (this)
cd ~
git clone https://github.com/sunfounder/Neo.git --depth=1
cd Neo
sudo python3 setup.py install


Basic examples

Simple usage examples of all Neo modules and sensors.
basic examples

Hailo

Usage of the Hailo module
hailo usage

Gpt example

A project that uses ChatGPT API to implement real-time conversations and provide action feedback
gpt_example

Auto-drive example

A project that simulates auto driving by detecting lane lines through camera vision
auto_driver_example


Data sheet

https://github.com/sunfounder/Neo/tree/data_sheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages