An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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).

![Pokedex for Real Life](preview.gif)

## 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 Backend

2. 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 RL

You 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!