project coins is a Server application for a Telegram Bot to analyze coins for value.
For more details check our blogpost:
This project contains the server application, all edited Yolo files and the jupyter notebook we used to train the weigths.
- download all files
- get Yolo and copy the files of the darknet folder to the same directory as the Server.py Yolo can be found here: https://github.com/pjreddie/darknet/wiki/YOLO:-Real-Time-Object-Detection
- get all the files from https://drive.google.com/open?id=1iP7EmfRxCbLRir7CyK7TrtmBLwc0IhK4 and copy them to the darknet folder
- enter bot token of your telegram bot to config file and rename config file to config.txt more information on Telegram Bots: https://core.telegram.org/bots
- run server.py