Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

UCI-Networking-Group/ProperData_workshop4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed7d953 · Nov 13, 2024

History

41 Commits
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Nov 13, 2024
Jun 24, 2024
Jun 28, 2024
Jun 26, 2024
Jun 27, 2024

Repository files navigation

2024 ProperData Summer Program

This repo hosts the code for 2024 ProperData Summer Program on Privacy, IoT & AI.

This is no longer updated. ProperData staff please use voice-assistant-internal repo for further development.

Content

  • voice_assistant_lib.py -- our library that implements voice assistant building blocks.
  • extra_functions.py -- extra functions that enhances the voice assistant, used in Lab 6.
  • lab*/*.py -- our reference lab code.

Setup on RPi (Automated)

Warning: This was only for setting up the environment in our summer program. The script does a bunch of intrusive setup that are unlikely appropriate for general users, like enabling SSH and installing our access key.

$ sh env_setup.sh

Custom Setup

Most of the code has been tested on Linux and macOS.

$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Then try our lab code:

$ PYTHONPATH=. python lab6/voice_assistant-carla_with_functions.py