This is an automatic mining bot for Terraria that detects ores using OpenCV, and PyAutoGUI to take care of the actions (To be imported) The current stage of the bot supports ore classification, but as no cascade classifier files are have been trained yet, auto-movement is yet to be implemented.
- Python 3.8 or greater
- Windows Framework
git clone https://github.com/akhkim/terraria-mining-bot.git
cd terraria-mining-bot
pip install -r requirements.txt
- Pre-trained cascades
- Optimizing Memory Usage
- Classification Accuracy
- GPU Implementation