studio-YAIVERSE / Frontend

Studio-YAIVERSE Frontend (Mobile Client @ Flutter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logo

AI Repo    |    Frontend Repo    |    Backend Repo


Studio-YAIverse mobile Frontend

"Text-guided 3D synthesis by GET3D + NADA"

Car → Police Car → Sketch
car_policecar car_sketch
Motorbike → Tiger Shoe → Mossy
motorbike_tiger shoes_mossy

2nd YAI-Con: Studio YAIVerse Team's mobile frontend repository

Running Instructions

Getting Dependencies: Flutter

  • For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
  • To install, follow the instructions at link.

Build Instructions

  1. Install latest version of Flutter SDK, and add Flutter to your PATH, refer to the link above.
  2. Clone this repo and change directory to the repo root.
    git clone https://github.com/studio-YAIVERSE/Frontend Studio-YAIVERSE-Frontend
    cd Studio-YAIVERSE-Frontend
  3. Assure if Flutter is installed, and install dependencies.
    flutter doctor  # to check if Flutter is successfully installed
    flutter pub get
  4. Run the app with a development runtime, on a connected device or emulator.
    flutter devices  # to check if a device is connected
    flutter run
  5. (Optional) Build a release version of the app.
    flutter build apk  # to build an APK file
    flutter build ios  # to build an iOS app

About

Studio-YAIVERSE Frontend (Mobile Client @ Flutter)

License:MIT License


Languages

Language:Dart 95.8%Language:Ruby 3.2%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%