https://github.com/aryan-0001/jarvis-ai
JARVIS AI APP FOR ANDROID AND WINDOWS
https://github.com/aryan-0001/jarvis-ai
ai android android-ai android-app application dart dart-flutter dart-flutter-app flutter github iron-man-jarvis ironman jarvis jarvis-ai jarvis-ai-assistant jarvis-code llms mobile-app personal-ai real-life-jarvis
Last synced: 4 months ago
JSON representation
JARVIS AI APP FOR ANDROID AND WINDOWS
- Host: GitHub
- URL: https://github.com/aryan-0001/jarvis-ai
- Owner: Aryan-0001
- Created: 2024-10-22T13:27:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T13:19:25.000Z (6 months ago)
- Last Synced: 2025-05-22T02:12:30.225Z (5 months ago)
- Topics: ai, android, android-ai, android-app, application, dart, dart-flutter, dart-flutter-app, flutter, github, iron-man-jarvis, ironman, jarvis, jarvis-ai, jarvis-ai-assistant, jarvis-code, llms, mobile-app, personal-ai, real-life-jarvis
- Language: Dart
- Homepage:
- Size: 44.7 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Jarvis-AI REPO 👋🏻!
- Want to try out jarvis on your mobile?[👉🏻DOWNLOAD APK 🤖](https://github.com/Aryan-0001/Jarvis-AI/releases/download/jarvis_v1.3.0/app-release.apk)
Check out: [Flutter App](https://github.com/Aryan-0001/Jarvis-AI/tree/main/JarvisAppFlutter)
## Check out JARVIS in action: https://www.instagram.com/p/DIRpe-xTabF/
## DO CHECK OUT THE RELEASE FOR LATEST THE APK đź‘€
 
- Want to try it out on windows?
Check out: [Jarvis Windows](https://github.com/Aryan-0001/Jarvis-AI/tree/main/JarvisWindows)
 # 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