GithubHelp home page GithubHelp logo

league-match-ai-analyzer's Introduction

League of Legends AI Match Analyzer

This project is an AI-powered match analysis tool for League of Legends (LoL) players, leveraging Node.js and TypeScript, along with Fastify and Langchain. It provides detailed insights into player performance and helps identify areas of improvement to take your gameplay to the next level.

Table of Contents

Features

  • AI-driven match analysis
  • Real-time statistics and performance evaluation
  • Personalized recommendations for gameplay improvement
  • RESTful API built with Fastify for easy integration with other services
  • Langchain for natural language processing (NLP)

Installation

  1. Clone this repository:
git clone https://github.com/thunderjr/league-match-ai-analyzer.git
  1. Install the required dependencies:
cd league-of-legends-ai-match-analyzer
yarn
  1. Set up your environment variables by creating a .env file in the project root, and fill in the required information:
PORT=<port_number>
RIOT_TOKEN=<your_riot_games_api_key>
OPENAI_API_KEY=<your_open_ai_api_key>
  1. Start the application:
yarn dev

The watching server should now be running at http://localhost:<port_number>.

Usage

API Endpoints

  • GET /match/ai/:matchId: Retrieve AI analysis for a specific match by its match ID.

  • GET /summoner/:summonerName: Retrieve the original summoner response from the League API.

  • GET /match/:matchId: Retrieve the original match response from the League API.

TODO

  • GET /summoner/ai/:summonerName: Get performance statistics for a specific summoner by their summoner name.

Contributing

  1. Fork the project
  2. Create your feature branch (git checkout -b feat/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feat/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

league-match-ai-analyzer's People

Contributors

thunderjr avatar

Stargazers

Rafael Ramos Costa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.