This project is a real-life Pokédex built using Node.js, Express, and Google's Gemini AI technology. It provides descriptions and details about various real-world objects, similar to how a Pokédex works in the Pokémon universe.
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/neerajkumarc/pokedexai cd pokedexai
-
Install dependencies:
npm install
-
Set up your environment variables: Create a
.env
file in the root of the project and add your Gemini AI API key:Get you API key here.
API_KEY=your_gemini_api_key
-
Start the server:
npm run dev
-
The server will be running on
http://localhost:3000
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a Pull Request.
- Thanks to Google for their Gemini AI technology.
- Inspired by the Pokémon Pokédex concept.