Loading repository data…
Loading repository data…
L4XB / repository
A sleek Pokedex app built with Flutter for the frontend, Django for the backend, and an image recognition model builed with PyTorch to identify and explore Pokémon seamlessly.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a Pokedex application with a Flutter frontend, a Django backend, and a PyTorch model for Pokemon classification. The application allows users to classify images of Pokemon and retrieve detailed information about them.
The Pokedex project consists of three main components:
Currently, the model is trained to recognize the following Pokemon:
Navigate to the backend directory:
cd backend/pokedex_model_api
Install the required Python packages:
pip install -r requirements.txt
Apply the database migrations:
python manage.py migrate
Start the Django development server:
python manage.py runserver
Navigate to the frontend directory:
cd frontend
Install the required Dart packages:
flutter pub get
Run the Flutter application:
flutter run
https://github.com/user-attachments/assets/92826b8f-90ee-4e2a-a133-e44f47372971