Naomi Distribution

PLEASE READ THE DOCS

Only a quick reference and download links are provided below, all platforms and steps after the installation are not covered.

If you're new to Naomi, it is strongly recommended to read the Configuration Guide for a complete overview of your options and detailed instructions.

Choose your system
Raspberry Pi
Choose your version
Stable
2.2
Milestone
3.0.M7

Stable versions are thoroughly tested semi-annual official releases of Naomi. Use the stable version for your production environment if you don't need the latest enhancements and prefer a robust system.


Install Naobian (Recommended)

  1. Download and install Etcher
  2. Download the Naobian image (.img file) for your system from the repo:
  3. Note: sha256 checksum if you want to check the download f308875fba9ffad8868aa256e50df095eaa2cf159adebd490c4a555ae147ee1c Naobian-1.0.zip

  4. Follow the Naobian Documentation

Manual Installation

  1. Follow the Config Documentation to setup the Audio Engine, Text-to-Speech, & Speech-to-Text.
  2. Fetch the repository
  3. curl -L "https://dl.bintray.com/naomiproject/rpi-repo2/stable/Naomi-2.2.zip" -o Naomi-2.2.zip
  4. Explode directory
  5. unzip Naomi-2.2.zip
  6. Rename directory
  7. mv Naomi-2.2 Naomi
  8. Go into the directory
  9. cd Naomi
  10. Setup the install
  11. chmod +x naomi-setup.sh
    chmod +x compile_translations.sh
  12. Run the install
  13. ./naomi-setup.sh
  14. Run the app
  15. python Naomi.py

Acknowledgements