All Projects → tufanYavas → LoL-TFT-Champion-Masking

tufanYavas / LoL-TFT-Champion-Masking

Licence: other
League Of Legends - Teamfight Tactics Champion Masking

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LoL-TFT-Champion-Masking

Awesome Deep Text Detection Recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
Stars: ✭ 2,282 (+9821.74%)
Mutual labels:  ocr, ocr-recognition
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+508.7%)
Mutual labels:  ocr, ocr-recognition
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+11486.96%)
Mutual labels:  ocr, ocr-recognition
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+3569.57%)
Mutual labels:  ocr, ocr-recognition
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+300%)
Mutual labels:  ocr, ocr-recognition
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (+47.83%)
Mutual labels:  ocr, ocr-recognition
Opencv
📷 Computer-Vision Demos
Stars: ✭ 244 (+960.87%)
Mutual labels:  ocr, ocr-recognition
Vedastr
A scene text recognition toolbox based on PyTorch
Stars: ✭ 290 (+1160.87%)
Mutual labels:  ocr, ocr-recognition
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (+0%)
Mutual labels:  ocr, ocr-recognition
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+869.57%)
Mutual labels:  ocr, ocr-recognition
Trwebocr
开源易用的中文离线OCR,识别率媲美大厂,并且提供了易用的web页面及web的接口,方便人类日常工作使用或者其他程序来调用~
Stars: ✭ 618 (+2586.96%)
Mutual labels:  ocr, ocr-recognition
LeagueAPI
League of Legends API & Data Framework in Swift
Stars: ✭ 50 (+117.39%)
Mutual labels:  league-of-legends, teamfight-tactics
Easyocr
Java OCR 识别组件(基于Tesseract OCR 引擎)。能自动完成图片清理、识别 CAPTCHA 验证码图片内容的一体化工作。Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).
Stars: ✭ 466 (+1926.09%)
Mutual labels:  ocr, ocr-recognition
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+4956.52%)
Mutual labels:  ocr, ocr-recognition
Ocr densenet
第一届西安交通大学人工智能实践大赛(2018AI实践大赛--图片文字识别)第一名;仅采用densenet识别图中文字
Stars: ✭ 425 (+1747.83%)
Mutual labels:  ocr, ocr-recognition
Awesome Ocr
Stars: ✭ 198 (+760.87%)
Mutual labels:  ocr, ocr-recognition
OCR-Reader
An Android app to extract text from camera preview directly.
Stars: ✭ 43 (+86.96%)
Mutual labels:  ocr, ocr-recognition
VehicleInfoOCR
Use your camera to read number plates and obtain vehicle details. Simple, ad-free and faster alternative to existing playstore apps
Stars: ✭ 35 (+52.17%)
Mutual labels:  ocr, ocr-recognition
deep-learning-for-document-dewarping
An application of high resolution GANs to dewarp images of perturbed documents
Stars: ✭ 100 (+334.78%)
Mutual labels:  ocr, ocr-recognition
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+656.52%)
Mutual labels:  ocr, ocr-recognition

League Of Legends - Teamfight Tactics Champion Masking

Its masks selected champions like Gangplank
Masked Gankplank

Two in-game settings

  • Make window mode borderless in game settings. Game Mode Setting
  • Make Hud Scale = 100 in game settings. Hud Scale Setting

If you wish EXE file

  • Download
  • Run TFT Champ Masking.exe
  • if you create special coms:
    • Modify comps.txt
    • Rule:
      • Comp Name,Champ Name1,Champ Name2,Champ Name3,Champ Name4,Champ Name5,Champ Name6,Champ Name7,Champ Name8,Champ Name9
      • Comp Name2,Champ Name1,Champ Name2,Champ Name3,Champ Name4,Champ Name5,Champ Name6,Champ Name7,Champ Name8,Champ Name9,Champ Name10,Champ Name11
  • Thats All

Else: Installation For Windows

  • Download and install tesseract.
  • Modify pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe line from worker.py as your tesseract path.
  • pip install -r requirements.txt --user
  • python main.py

Create Special Comps

  • Modify comp dictionary (from worker.py) as you wish. Thats all.

Example:

comps = {"Shapeshifter+Wild":["Nidalee",
                              "Elise",
                              "Shyvana",
                              "Gnar",
                              "Swain",
                              "Warwick",
                              "Ahri",
                              "Nidalee",
                              "Rengar",
                              "Gnar"]}

Special Comp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].