The Compassionate AI for Executive Dysfunction
"Your external frontal lobe, powered by Gemini 1.5 Flash."
For millions of people living with ADHD, depression, or burnout, the simple act of "starting" can feel physically impossible. Friendly Hand is an AI companion designed to help users break through paralysis using empathy and computer vision.
- Contextual Onboarding: Adapts UI based on emotional state.
- AI Task Decomposition: Breaks down tasks using Gemini 1.5 Flash.
- Vision Verification: Verifies task completion using Gemini Vision.
- Mind Garden: Gamified progress tracker.
- Framework: React Native / Expo
- AI: Google Gemini API
- Language: JavaScript
To run this project locally, follow these steps:
- Node.js installed on your machine.
- Expo Go app on your phone (optional, for testing).
Clone the repo and install dependencies:
git clone [https://github.com/Hydra115-code/friendly-hand.git](https://github.com/Hydra115-code/friendly-hand.git)
cd friendly-hand
npm install
3. Environment Setup
Create a .env file in the root directory (or configure directly in src/services/aiService.js) and add your Google Gemini API Key:
Fragmento de código
EXPO_PUBLIC_GEMINI_API_KEY=your_api_key_here
4. Run the App
Start the development server:
Bash
npx expo start
Scan the QR code with your phone (using Expo Go) or press w to run in web browser / a for Android emulator.
Built with ❤️ for the Hackathon.