https://github.com/adriantwarog/Pokedex-RL
I real life pokdex for those who like Pokemon and want a Pokedex RL
https://github.com/adriantwarog/Pokedex-RL
Last synced: 20 days ago
JSON representation
I real life pokdex for those who like Pokemon and want a Pokedex RL
- Host: GitHub
- URL: https://github.com/adriantwarog/Pokedex-RL
- Owner: adriantwarog
- Created: 2024-05-14T02:14:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T17:24:29.000Z (10 months ago)
- Last Synced: 2024-08-01T21:51:41.778Z (9 months ago)
- Language: JavaScript
- Size: 16.6 MB
- Stars: 272
- Watchers: 1
- Forks: 65
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - adriantwarog/Pokedex-RL - I real life pokdex for those who like Pokemon and want a Pokedex RL (JavaScript)
README
Due to AI pricing requirements, I am unable to host this project indefinitely. You can clone the project here on github. Preview [full demo video here](https://youtu.be/NBmLFMN0fdw).

## Getting Started
This project is built on top of Next JS, you can clone your own instance and perform the following configuration to get it up and running.
1. Configure the .env file with details on (API Keys):
- [Astra DB](#) - Database on DataStax
- [OpenAI](#) - OpenAI model
- [Cloudinary](#) - Image model
- [Fakeyou](#) - Voice generation model
- [Google](#) - Authentication for Next JS
- [Next JS](#) - Frontend and Backend2. First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
You can learn about the video at the youtube channel
- [Adrian Twarog](https://www.youtube.com/@AdrianTwarog) - YouTube Channel
- [I made a Pokedex for Real Life](https://www.youtube.com/@AdrianTwarog) - Pokedex RLYou are welcome to clone or fork this project! I hope you enjoy it and it becomes something of a project for learning and showcasing what can be done when connecting AI models and tools!