Louis Rädisch commited on
Commit
d52c3af
1 Parent(s): ace8e32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -30,7 +30,7 @@ Dataset size: 79.742.558 Bytes = 637.940.464 Bits
30
  ## Dataset Utility
31
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.
32
 
33
- ## Null Category Image Generation ![noisy Image](146.jpg)
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
 
36
  ```python
@@ -64,6 +64,9 @@ def generate_noisy_images(num_images, image_size=(28, 28), output_dir='NoisyImag
64
  generate_noisy_images(5000)
65
  ```
66
 
 
 
 
67
  ## ASCII Table and Corresponding File Counts
68
  | ASCII Value | Character | Number of Files |
69
  |-------------|-----------|-----------------|
 
30
  ## Dataset Utility
31
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.
32
 
33
+ ## Null Category Image Generation
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
 
36
  ```python
 
64
  generate_noisy_images(5000)
65
  ```
66
 
67
+ example: ![noisy Image](146.jpg)
68
+
69
+
70
  ## ASCII Table and Corresponding File Counts
71
  | ASCII Value | Character | Number of Files |
72
  |-------------|-----------|-----------------|