dkagramanyan commited on
Commit
0ac437e
1 Parent(s): a61f395

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -35
README.md CHANGED
@@ -1,47 +1,33 @@
1
  ---
2
- license: agpl-3.0
3
  pipeline_tag: object-detection
4
  tags:
5
- - ultralytics
6
- - yolo
7
- - yolov8
8
- - tracking
9
- - image-classification
10
- - obb
11
- - object-detection
12
  language:
13
  - hy
 
 
14
  ---
15
  # YOLOv8 Handwritten Text Detection
16
 
17
- Welcome to the Hugging Face repository for the YOLOv8 model specifically fine-tuned for handwritten text detection! This repository, hosted by armvectores, features a state-of-the-art object detection architecture that has been meticulously adapted to recognize and localize handwritten text in images and documents.
18
 
19
  ## Model Description
20
 
21
  YOLOv8 is the eighth version of the You Only Look Once (YOLO) object detection algorithm. It excels in speed and accuracy, making it an ideal choice for real-time applications. The YOLOv8 model provided here has been fine-tuned on a diverse dataset of handwritten texts to improve its specificity in detecting handwritten content as opposed to typed or printed materials.
22
 
23
- ## Features
24
 
25
- - High Accuracy: Achieves impressive accuracy for detecting various styles of handwriting across different backgrounds and conditions.
26
- - Fast Inference: Suitable for real-time applications due to its quick processing time.
27
- - Easy Integration: Provides an accessible API for straightforward integration with Python applications.
28
 
29
- ## Usage
30
-
31
- To utilize this model for detecting handwritten text in your images, follow the instructions below:
32
-
33
- ### Environment Setup
34
-
35
- Ensure you have Python 3.6 or later installed. Then install the required packages:
36
  ```
37
  pip install ultralytics
38
  ```
39
 
40
- ### How to use
41
-
42
- You can detect handwritten text with the following code snippet:
43
  ```
44
- import ultralytics
45
  from ultralytics import YOLO
46
  from huggingface_hub import hf_hub_download
47
 
@@ -79,14 +65,3 @@ There is some metrics of trained model.
79
  <img src="results.png" width="200" />
80
  </p>
81
 
82
- ## Limitations
83
-
84
- While this model performs well across a wide range of handwriting styles, the accuracy may diminish in cases of extremely cursive or overlapping text. The performance is also dependent on the quality of the input images.
85
-
86
- ## Contact Information
87
-
88
- For queries regarding this model, please post issues directly on this Hugging Face repository or contact armvectores through their Hugging Face profile.
89
-
90
- ---
91
-
92
- This description should provide users with an overview of the YOLOv8 model tailored for handwritten text detection, along with basic usage instructions. Remember, always respect the usage guidelines and terms of service when utilizing models from repositories.
 
1
  ---
 
2
  pipeline_tag: object-detection
3
  tags:
4
+ - ultralytics
5
+ - yolo
6
+ - yolov8
7
+ - tracking
8
+ - image-classification
9
+ - obb
10
+ - object-detection
11
  language:
12
  - hy
13
+ datasets:
14
+ - armvectores/handwritten_text_detection
15
  ---
16
  # YOLOv8 Handwritten Text Detection
17
 
 
18
 
19
  ## Model Description
20
 
21
  YOLOv8 is the eighth version of the You Only Look Once (YOLO) object detection algorithm. It excels in speed and accuracy, making it an ideal choice for real-time applications. The YOLOv8 model provided here has been fine-tuned on a diverse dataset of handwritten texts to improve its specificity in detecting handwritten content as opposed to typed or printed materials.
22
 
 
23
 
24
+ ## How to use
 
 
25
 
 
 
 
 
 
 
 
26
  ```
27
  pip install ultralytics
28
  ```
29
 
 
 
 
30
  ```
 
31
  from ultralytics import YOLO
32
  from huggingface_hub import hf_hub_download
33
 
 
65
  <img src="results.png" width="200" />
66
  </p>
67