KAI-KratosAI commited on
Commit
675ce77
·
verified ·
1 Parent(s): 4faa47c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -37
README.md CHANGED
@@ -1,80 +1,79 @@
1
  ---
2
  license: cc-by-4.0
3
- pretty_name: Street Videos Dataset
4
  language:
5
  - en
6
  tags:
7
- - street-videos
8
- - urban
9
- - video-recognition
10
- - detection
11
- - surveillance
 
12
  task_categories:
13
- - video-classification
14
- - object-detection
15
  size_categories:
16
- - 1K<n<10K
17
  ---
18
 
19
- # Dataset Card for Street Videos Dataset
20
 
21
- This dataset contains a collection of street videos designed to support tasks such as video classification, object detection, and urban scene analysis. Each video captures various street environments, including urban settings, pedestrian areas, and traffic scenarios, to provide diverse training data for computer vision models.
22
 
23
  ## Dataset Details
24
 
25
  ### Dataset Description
26
 
27
- This dataset contains videos of street scenes contributed by various sources. The videos are intended to enable the development and benchmarking of models that can:
28
- - Classify activities or events in street scenes.
29
- - Detect objects such as pedestrians, vehicles, or traffic signs.
30
- - Support surveillance, traffic monitoring, or autonomous navigation systems.
31
 
32
- The dataset is ideal for training and evaluating models for urban computer vision and video analysis applications.
 
 
33
 
34
  ## Uses
35
 
36
  ### Direct Use
37
 
38
- - Training video classification models to recognize activities in street scenes.
39
- - Fine-tuning object detection models for urban environments.
40
- - Research in autonomous navigation and smart city technologies.
41
 
42
  ### Out-of-Scope Use
43
 
44
- - Real-time surveillance without proper ethical considerations.
45
  - Commercial use without proper attribution under CC BY 4.0.
46
- - Any use that attempts to identify individuals in videos.
47
 
48
  ## Dataset Structure
49
 
50
  Each sample consists of:
51
 
52
- - A video (`.mp4` or `.avi`) stored in the `videos/` directory.
53
  - A `metadata.csv` file with columns:
54
- - `file_name`: name of the video file (e.g., `video_01.mp4`)
55
- - `description`: brief description of the scene or activity (if applicable)
56
 
57
  ## Dataset Creation
58
 
59
  ### Curation Rationale
60
 
61
- The dataset was curated to support research and development in urban computer vision and video analysis. The diversity in locations, times of day, and activities enhances model generalization and robustness.
62
 
63
  ### Source Data
64
 
65
  #### Data Collection and Processing
66
 
67
- Videos were collected from various urban environments under different lighting and weather conditions. All videos were manually reviewed for quality and relevance.
68
 
69
  #### Who are the source data producers?
70
 
71
- Anonymous contributors capturing street footage. No personal data was collected.
72
 
73
  ### Annotations
74
 
75
  #### Annotation process
76
 
77
- Videos are paired with descriptive metadata where applicable. Annotations for specific objects or activities may be provided in separate files or require manual labeling by users.
78
 
79
  #### Personal and Sensitive Information
80
 
@@ -82,13 +81,13 @@ No personally identifiable or sensitive data is included in the dataset.
82
 
83
  ## Bias, Risks, and Limitations
84
 
85
- - The dataset may not include all possible urban environments or rare events.
86
- - Low-light or extreme weather conditions may be underrepresented.
87
- - Models trained on this dataset may not generalize well to all real-world urban scenarios.
88
 
89
  ### Recommendations
90
 
91
- - Combine with other video datasets for broader coverage.
92
  - Use only for academic, non-commercial experimentation unless explicitly licensed.
93
 
94
  ---
@@ -103,10 +102,10 @@ No personally identifiable or sensitive data is included in the dataset.
103
  **BibTeX:**
104
 
105
  ```bibtex
106
- @misc{streetvideos2025,
107
- title = {Street Videos Dataset},
108
- author = {Anonymous Contributors},
109
  year = {2025},
110
- howpublished = {\url{https://huggingface.co/datasets/<your-org>/street-videos}},
111
  note = {Dataset available under CC BY 4.0 license}
112
- }
 
1
  ---
2
  license: cc-by-4.0
3
+ pretty_name: Handwriting Recognition Dataset
4
  language:
5
  - en
6
  tags:
7
+ - handwriting
8
+ - ocr
9
+ - computer-vision
10
+ - text-recognition
11
+ - ai-research
12
+ - handwritten-text
13
  task_categories:
14
+ - image-classification
 
15
  size_categories:
16
+ - n<1K
17
  ---
18
 
19
+ # Dataset Card for Handwriting Recognition Dataset
20
 
21
+ This dataset contains a collection of handwritten text images designed to improve OCR (Optical Character Recognition) and text recognition models. Each image is labeled with a transcription of the same sentence, allowing models to learn to map handwritten content to its textual equivalent.
22
 
23
  ## Dataset Details
24
 
25
  ### Dataset Description
26
 
27
+ This dataset contains images of handwritten English text contributed by various individuals. Each image includes the same standard sentence:
 
 
 
28
 
29
+ > "AI learns from data. Your handwriting helps machines read text better. Write clearly; good handwriting boosts AI accuracy. This small act aids AI research. Thanks for your support!"
30
+
31
+ The dataset is ideal for training and evaluating OCR models and applications involving handwritten text recognition.
32
 
33
  ## Uses
34
 
35
  ### Direct Use
36
 
37
+ - Training OCR models to recognize English handwritten text.
38
+ - Fine-tuning vision models on handwritten content.
39
+ - Educational purposes in AI research and ML bootcamps.
40
 
41
  ### Out-of-Scope Use
42
 
43
+ - Real-time handwriting verification or personal identity recognition.
44
  - Commercial use without proper attribution under CC BY 4.0.
45
+ - Any use that attempts to link handwriting to individuals.
46
 
47
  ## Dataset Structure
48
 
49
  Each sample consists of:
50
 
51
+ - An image (`.jpg` or `.png`) stored in the `images/` directory.
52
  - A `metadata.csv` file with columns:
53
+ - `file_name`: name of the image file (e.g., `sample_01.jpg`)
54
+ - `text`: transcription of the handwritten sentence (identical for all rows)
55
 
56
  ## Dataset Creation
57
 
58
  ### Curation Rationale
59
 
60
+ The dataset was curated to help improve handwritten text recognition, especially for machine learning systems that require structured, consistent inputs.
61
 
62
  ### Source Data
63
 
64
  #### Data Collection and Processing
65
 
66
+ Contributors were asked to write a standard sentence on paper and scan or photograph it under good lighting. All images were manually checked for clarity, contrast, and legibility.
67
 
68
  #### Who are the source data producers?
69
 
70
+ Anonymous contributors with diverse handwriting styles. No personal data was collected.
71
 
72
  ### Annotations
73
 
74
  #### Annotation process
75
 
76
+ Each image is paired with the same predefined sentence. Since all transcriptions are identical, no manual transcription was required.
77
 
78
  #### Personal and Sensitive Information
79
 
 
81
 
82
  ## Bias, Risks, and Limitations
83
 
84
+ - Handwriting samples may lack diversity in script style and regional variations.
85
+ - All samples use English and the same sentence — not suitable for language modeling or multilingual OCR.
86
+ - Models trained on this dataset may not generalize well to varied real-world handwriting.
87
 
88
  ### Recommendations
89
 
90
+ - Combine with other handwritten datasets for broader coverage.
91
  - Use only for academic, non-commercial experimentation unless explicitly licensed.
92
 
93
  ---
 
102
  **BibTeX:**
103
 
104
  ```bibtex
105
+ @misc{handwriting_recognition_dataset,
106
+ title = {Handwriting Recognition Dataset},
107
+ author = {Various Contributors},
108
  year = {2025},
109
+ howpublished = {\url{https://huggingface.co/datasets/your-org/handwriting-recognition}},
110
  note = {Dataset available under CC BY 4.0 license}
111
+ }