You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imotion is a project created during UTokyo Research Hackathon 2021
The project involves three different steps -
Obtaining image description from the input image
Predicting the emotion conveyed by the image description
Displaying simulation of swarm of robots based on the predicted emotion
How to run the code -
Clone the code repository
Download source code of Artemis from https://github.com/optas/artemis and pip install -e . in the main folder to install dependency (better to perform the installation process in virtual environment.)