Skip to content

Aryan-0001/Jarvis-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Jarvis-AI REPO 👋🏻!

Check out JARVIS in action: https://www.instagram.com/p/DIRpe-xTabF/

DO CHECK OUT THE RELEASE FOR THE LATEST APK 👀

Dart Flutter

Key Points:

1. Dart-Flutter Jarvis AI App

  • Purpose: A voice-activated assistant that uses Google’s Generative AI, integrates speech-to-text, text-to-speech, and launches apps or provides weather, time, tells jokes , can talk about/ explain anything but obviously with JARVIS like answers ;) .
  • Tech Stack:
    • Flutter for UI
    • Google Generative AI for chat responses
    • Speech-to-Text (speech_to_text package) for voice input
    • Text-to-Speech (flutter_tts package) for voice output
    • URL Launcher for opening web pages
    • Android Intents to launch specific apps
  • Installation:
    • Install Flutter
    • Set up Google Generative AI API key
    • Run the app on Android or use in an emulator

2. Windows Jarvis AI App (Powershell/CMD)

  • Purpose: A voice-activated assistant for Windows that can perform tasks like searching the web, opening apps, playing music, telling jokes, chat about anything or discuss anything, can write code on your terminal , try saying 'bye' or 'goodbye jarvis' to start the ascii video , and many more things like sending a message using whatsapp to anyone on your contact list or even just a number , etc.
  • Tech Stack:
    • Python for core logic
    • SpeechRecognition (speech_recognition package) for voice input
    • Text-to-Speech (pyttsx3) for voice output
    • PyAutoGUI for automating UI tasks like opening apps
    • WebBrowser for browsing
    • psutil for checking battery status
  • Installation:
    • Install Python
    • Install dependencies (pyttsx3, speech_recognition, pyautogui, etc.)
    • Run the script via CMD or PowerShell