M-A-D-A-R-A / ai_radio

An AI radio made using Flutter and Alan voice assistance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Powered Voice Assistant Flutter Radio App

This is a radio app where you can ask Alan AI to play some music.

Features

  • Play/Pause Music By User Intreaction
  • Alan Voice Assisatan
  • Alan Play Music On User Voice Command

Implatations

setupAlan() {
    AlanVoice.addButton("<"Enter your Key">",
        buttonAlign: AlanVoice.BUTTON_ALIGN_RIGHT);
    AlanVoice.callbacks.add((command) => _handleCommand(command.data));
  }

Install dependencies

In pubspec.yaml add these following Packages!!

  audioplayer: ^0.8.1
  cupertino_icons: ^1.0.2
  google_fonts: ^2.0.0
  velocity_x: ^3.0.0
  alan_voice: ^2.0.15

ScreenShot

WhatsApp Image 2021-05-16 at 21 06 14 (1) WhatsApp Image 2021-05-16 at 21 06 14

Demo

Ps:- you cant be able to hear the audio but its Playing xD

Alan.AI.mp4

Documentation

Want to create a voice assistant for your app? To get started with Alan Studio Read to this:-

Alan Docs

Tech Stack

Client: Flutter,velocitX

Voice_Assistance: Alan Ai

About

An AI radio made using Flutter and Alan voice assistance


Languages

Language:JavaScript 48.7%Language:Dart 40.6%Language:HTML 9.3%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%