pokemon-api-server
by Harnishnava
Verified
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Pokemon RAG AI Assistant
An interactive Pokemon assistant that uses RAG (Retrieval Augmented Generation) to provide accurate information about Pokemon by combining the PokeAPI database with AI capabilities.
Features
- Chat-based interface for Pokemon queries
- Integration with PokeAPI for accurate Pokemon data
- RAG system for enhanced AI responses
- Modern Next.js frontend
- FastAPI backend
Setup
Backend
- Install Python dependencies:
Copy
- Run the backend:
Copy
Frontend
- Navigate to the frontend directory:
Copy
- Install dependencies:
Copy
- Run the development server:
Copy
Environment Variables
Create a .env
file in the root directory with:
Copy