Vee
Vee copied to clipboard
A Flutter-based space exploration app with NASA APIs, ISS tracker, space missions, and AI-powered chatbot.
Vee – Space Exploration & AI App 🚀
Vee is a modern Flutter-based mobile app that brings space exploration to your fingertips. It integrates various NASA APIs to provide stunning daily images, live ISS tracking, Mars rover photos, upcoming space missions, and more. On top of that, Vee features an AI-powered chatbot with voice-to-text support, allowing you to explore space knowledge in a text or conversational way.
✨ Features
🪐 NASA APIs Integration – Astronomy Picture of the Day (APOD), Mars Rover Photos, missions, and other space data.
🌍 ISS Tracker – Follow the International Space Station in real time.
🎨 Dark & Light Themes – Beautiful UI with Material Design 3 and seamless theme support.
🎤 AI Chatbot – Voice-to-text interaction to explore space knowledge conversationally.
🖼️ Daily Space Images & Info – Stay updated with astronomy content every day.
📱 Modern Flutter UI – Clean, intuitive design.
🛰️ Space Missions Database – Browse upcoming and past missions.
🚀 Getting Started
Clone the repository:
git clone https://github.com/Naomer/Vee.git
Install dependencies:
flutter pub get
Create a .env file in the root directory with your API keys:
NASA_API_KEY=your_nasa_api_key_here
AI_API_KEY=your_ai_model_api_key_here
Run the app:
flutter run
🛠️ Dependencies
Flutter SDK
NASA APIs
AI Model API (for chatbot)
Google Maps API
Various Flutter packages (see pubspec.yaml)
🤝 Contributing
Contributions are welcome! Feel free to submit a Pull Request.