Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing a Text Recognition Subnet with Bittensor for the Datura Challenge #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

sebitag
Copy link
Collaborator

@sebitag sebitag commented Apr 17, 2024

Description

In this Pull Request I'm introducing an example usage of a Bittensor subnet which consists on a image text recognition process using OCR techniques. The following actions were taken:

  • Changed template module into text_recognition
  • Added all the logic necessary for processing images in text_recognition/utils/image_processing.py
  • Updated the neurons to ask for an image recognition (validator), process images (miner) and give a score based on the accuracy of the recognition.
  • All the tests were updated with the new logic.

Things that could be improved

  • Generate images in code, adding levels of difficulty by blurring the image or adding noise.
  • Improve scoring process by taking into account different levels of difficulty (like noisy images) and text recognition error rate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant