OCR Subnet Tutorial
In this tutorial you will learn how to quickly convert your validated idea into a functional Bittensor subnet. This tutorial begins with a Python notebook that contains the already validated code for optical character recognition (OCR). We demonstrate how straightforward it is to start with such notebooks and produce a working subnet.
Motivation
Bittensor subnets are:
- Naturally suitable for continuous improvement of the subnet miners.
- High throughput environments to accomplish such improvements.
This is the motivation for creating an OCR subnet for this tutorial. By using the OCR subnet, one can extract the text from an entire library of books in a matter of hours or days. Moreover, when we expose the subnet miners, during training, to examples of real-world use-cases, the OCR subnet can be fine-tuned to be maximally effective.
Takeaway lessons
When you complete this tutorial, you will know the following:
- How to convert your Python notebook containing the validated idea into a working Bittensor subnet.
- How to use the Bittensor Subnet Template to accomplish this goal.
- How to perform subnet validation and subnet mining.
- How to design your own subnet incentive mechanism.