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.
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.
- 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
- First, run the development server:
npm run dev
# or
yarn dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can learn about the video at the youtube channel
- Adrian Twarog - YouTube Channel
- I made a Pokedex for Real Life - 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!