jfd02 / TFT-OCR-BOT

A bot that plays Teamfight Tactics using OCR. Keeps track of bench, board, items, and plays the user defined team comp.
GNU General Public License v3.0
323 stars 91 forks source link

Inspiration #140

Closed Burgiii closed 1 year ago

Burgiii commented 1 year ago

Hey guys, I was inspired by this project a lot. But I had a different vision of how a TFT Bot works. I cloned your repo and used it as a framework for my bot. By now, I have implemented a GUI using PyQt to dynamically change the champions being bought. Also, I added a scan function, which scans every board at the beginning of every round. It then uses trained classifiers (made with Pytorch using Resnets) to classify every champion in the game. I then use this information to calculate the hit-rate of every champion.

Tell me if you are interested! Thanks a lot for providing this :)

ramonQAQ commented 1 year ago

Hey guys, I was inspired by this project a lot. But I had a different vision of how a TFT Bot works. I cloned your repo and used it as a framework for my bot. By now, I have implemented a GUI using PyQt to dynamically change the champions being bought. Also, I added a scan function, which scans every board at the beginning of every round. It then uses trained classifiers (made with Pytorch using Resnets) to classify every champion in the game. I then use this information to calculate the hit-rate of every champion.

Tell me if you are interested! Thanks a lot for providing this :)

i'm open for trying this

liem197 commented 1 year ago

Hey guys, I was inspired by this project a lot. But I had a different vision of how a TFT Bot works. I cloned your repo and used it as a framework for my bot. By now, I have implemented a GUI using PyQt to dynamically change the champions being bought. Also, I added a scan function, which scans every board at the beginning of every round. It then uses trained classifiers (made with Pytorch using Resnets) to classify every champion in the game. I then use this information to calculate the hit-rate of every champion.

Tell me if you are interested! Thanks a lot for providing this :)

Hey man, that sounds really interesting and i would like to help you in any way i can with project. Please add me to your github or make your project public so we can work together.

jedistunnah commented 1 year ago

I would be very interested in using and helping with this bot!

n0v3g4 commented 1 year ago

Hey guys, I was inspired by this project a lot. But I had a different vision of how a TFT Bot works. I cloned your repo and used it as a framework for my bot. By now, I have implemented a GUI using PyQt to dynamically change the champions being bought. Also, I added a scan function, which scans every board at the beginning of every round. It then uses trained classifiers (made with Pytorch using Resnets) to classify every champion in the game. I then use this information to calculate the hit-rate of every champion.

Tell me if you are interested! Thanks a lot for providing this :)

id be interested, d oyou plan on open-sourching this?