Skip to content

Commit ce19b1e

Browse files
committed
Update readme
1 parent 38819cb commit ce19b1e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
* [Open Image Models](#open-image-models)
1616
* [Introduction](#introduction)
1717
* [Features](#features)
18+
* [Installation](#installation)
1819
* [Available Models](#available-models)
1920
* [Object Detection](#object-detection)
2021
* [Plate Detection](#plate-detection)
21-
* [Installation](#installation)
22-
* [Contributing](#contributing)
23-
* [Citation](#citation)
22+
* [Contributing](#contributing)
23+
* [Citation](#citation)
2424
<!-- TOC -->
2525

2626
---
@@ -49,6 +49,14 @@ lp_detector.predict("path/to/license_plate_image.jpg")
4949
- ⚡ Performance: Optimized for both speed and accuracy, ensuring efficient **real-time** applications.
5050
- 💻 Simple API: Power up your applications with robust model inference in just one line of code.
5151

52+
## Installation
53+
54+
To install open-image-models via pip, use the following command:
55+
56+
```shell
57+
pip install open-image-models
58+
```
59+
5260
## Available Models
5361

5462
### Object Detection
@@ -103,15 +111,7 @@ cv2.destroyAllWindows()
103111
> [!TIP]
104112
> Checkout the [docs](https://ankandrew.github.io/open-image-models)!
105113
106-
### Installation
107-
108-
To install open-image-models via pip, use the following command:
109-
110-
```shell
111-
pip install open-image-models
112-
```
113-
114-
### Contributing
114+
## Contributing
115115

116116
Contributions to the repo are greatly appreciated. Whether it's bug fixes, feature enhancements, or new models,
117117
your contributions are warmly welcomed.
@@ -131,7 +131,7 @@ To start contributing or to begin development, you can follow these steps:
131131
make checks
132132
```
133133

134-
### Citation
134+
## Citation
135135

136136
```
137137
@article{wang2024yolov9,

0 commit comments

Comments
 (0)