This repository is for the 2024 Group Consultancy Project for IBM Innovating AI Robot named Athena.
/athena/athena.py is the top level class the encasulates the watson.py code with some computer vision code to recognise and react to a users emotion by changing the emotional display on the screen. To run the code, cd into the athena folder and run the following command in the terminal:
python3 athena.py
/athena/watson.py includes the speech-to-text, WatsonX Assistant and text-to-speech code. To run the code, cd into the athena folder and run the following command in the terminal:
python3 watson.py
These are both python files and are used to run the assistant and the chatbot on the raspberry pi
To Run the mobile APP, cd to the mobile app folder and run:
npm start