Skip to content

An AI radio made using Flutter and Alan voice assistance

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published