prithivMLmods commited on
Commit
c28e2cb
·
verified ·
1 Parent(s): 2036c36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -10,4 +10,66 @@ tags:
10
  - textbooks
11
  size_categories:
12
  - n<1K
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - textbooks
11
  size_categories:
12
  - n<1K
13
+ ---
14
+
15
+ # Real-Complex-Analysis-Math
16
+
17
+ This dataset contains high-quality scanned pages from the classic mathematics textbook by **Walter Rudin**, widely used in advanced undergraduate and graduate-level courses on real and complex analysis. It is ideal for building OCR systems, digitizing textbooks, or creating educational AI tools for higher mathematics.
18
+
19
+ ## Dataset Details
20
+
21
+ * **Source**: *Principles of Mathematical Analysis* and *Real and Complex Analysis* by Walter Rudin
22
+ * **Task**: Image-to-Text (OCR, textbook parsing)
23
+ * **Modality**: Image
24
+ * **Split**: `train`
25
+ * **Number of Samples**: 433 images
26
+ * **Size**:
27
+
28
+ * Dataset files: 353 MB
29
+ * Auto-converted Parquet: 382 MB
30
+ * **Language**: English
31
+ * **License**: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
32
+
33
+ ## Features
34
+
35
+ | Feature | Type |
36
+ | ------- | ----- |
37
+ | image | Image |
38
+
39
+ Each row consists of a scanned page from Rudin's textbook, suitable for OCR and mathematical content recognition tasks.
40
+
41
+ ## Use Cases
42
+
43
+ * OCR training for mathematical text and symbols
44
+ * Digitization of classic mathematical literature
45
+ * Training data for document layout analysis
46
+ * Semantic understanding of advanced math textbooks
47
+ * Visual-based Q\&A from textbook pages
48
+
49
+ ## How to Use
50
+
51
+ You can use the dataset via Hugging Face’s `datasets` library:
52
+
53
+ ```python
54
+ from datasets import load_dataset
55
+
56
+ dataset = load_dataset("prithivMLmods/Real-Complex-Analysis-Math")
57
+ ```
58
+
59
+ Each sample looks like:
60
+
61
+ ```python
62
+ {
63
+ "image": <PIL.Image>
64
+ }
65
+ ```
66
+
67
+ ## Tags
68
+
69
+ `math`, `Real-Complex-Analysis`, `textbooks`, `image-to-text`, `OCR`, `higher-education`, `Rudin`
70
+
71
+ ## Citation
72
+
73
+ If you use this dataset in your research or development, please credit the original textbook author:
74
+
75
+ > Walter Rudin, *Real and Complex Analysis* and *Principles of Mathematical Analysis*