Documentation Index
Fetch the complete documentation index at: https://mintlify.com/soymatudev/Pokedex-Fleek/llms.txt
Use this file to discover all available pages before exploring further.
AI-Powered Pokédex in Your Pocket
Scan real-world objects with your camera and discover matching Pokémon using computer vision, color analysis, and TensorFlow.js
Quick Start
Get PokéDex Fleek running on your device in minutes
Clone the repository
Set up Expo development build
Grant camera permissions
react-native-vision-camera to capture and analyze real-time frames.Scan your first Pokémon
- Extract the dominant color from the camera frame
- Convert the color to HSL hue space
- Match it to the closest Pokémon in the database
- Display Pokémon details with voice narration in Spanish
Example: Scanning a red object
Example: Scanning a red object
pokedexData.js.Explore by Topic
Deep dive into the core technologies powering PokéDex Fleek
Color Matching Algorithm
Camera Scanner
AI Detection
Voice Narration
PokéAPI Integration
Project Architecture
Key Features
What makes PokéDex Fleek unique
Advanced Color Analysis
Uses HSL hue-based color ranges for perceptually accurate color matching that aligns with human color perception
Real-Time Camera Processing
Powered by react-native-vision-camera v4 with frame processors and QR code scanning capabilities
TensorFlow.js Integration
Object detection and classification using computer vision models for enhanced accuracy
Dexter Voice Narration
Spanish TTS narration of Pokédex entries using expo-speech with custom pitch and rate settings
Ready to build your own Pokédex?
Follow the quickstart guide to get the app running on your device, or explore the architecture to understand how it works