An AI-powered champion recommendation tool that helps League of Legends players make better decisions during champion select. Using OpenAI's GPT-3.5, it provides intelligent suggestions based on team composition, counters, and meta analysis.
Clone the repository:
git clone https://github.com/alemoscardo/champion-recommender.git
cd champion-recommender
Install dependencies:
npm install
# or
yarn install
Create a .env.local
file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
Start the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser