Introducing Wiro AI – your personal music therapist. Derived from the Korean word "위로" meaning "comfort," Wiro AI is designed to create personalized music that heals and soothes the soul. Using the power of generative AI, Wiro AI asks you a few questions each day about your feelings and experiences. Based on your responses, it crafts unique music tailored to your emotional state, offering you a moment of tranquility and reflection. Built with Flutter, and leveraging chat agents from Wit.ai along with cutting-edge generative AI APIs, Wiro AI aims to bring harmony and peace to your daily life. Experience the comforting embrace of music with Wiro AI.
Install Flutter SDK:
set PATH=%PATH%;<flutter_installation_directory>\flutter\bin
Install Visual Studio Code (VSCode):
Clone Wiro AI Repository:
git clone https://github.com/WiroArtificialIntelligence/wiroai.git
Install Dependencies:
flutter pub get
Run the App:
flutter run
Running with Emulator:
flutter run
command in the terminal to deploy the app.Install Flutter SDK:
.bash_profile
or .zshrc
file.
export PATH="$PATH:<flutter_installation_directory>/flutter/bin"
Install Xcode:
sudo xcodebuild -license accept
Install Visual Studio Code (VSCode):
Clone Wiro AI Repository:
git clone https://github.com/WiroArtificialIntelligence/wiroai.git
Install Dependencies:
flutter pub get
Run the App:
flutter run
Running with Emulator:
Xcode > Open Developer Tool > Simulator
.flutter run
command in the terminal to deploy the app.