Skip to content

aphrx/pokedex_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

Introduction

This was a fun and interesting project to do. I had always wanted to create a Pokedex application, but never had any reason to, until now!

This project is made using Django and React.js for the back-end and front-end respectfully. Libraries such as Tensorflow have also been used to create models to help determine Pokemon using image search

Pre-Requisites

  • Python 3.x
  • Node.js

Run Application

Run Backend

cd backend
pip install -r requirements.txt
python manage.py runserver

Run Frontend

npm i
npm start

Train Pokemon Classifier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published