├─cat_animation
│ ├─walkingleft
│ └─walkingright
├─data
├─destopPetInteraction
│ ├─assets
│ ├─data
│ ├─model_language
│ ├─save_models
│ ├─speech_features
│ └─utils
├─log
├─Menu
│ ├─dll
│ └─images
├─recordButton
└─textBox
-
prerequisite:
conda, basic python environment
-
create environment:
conda create -n desktoppets python=3.7 conda active desktoppets pip install -r requirements.txt
-
run Main.py with python