Skip to content

Commit

Permalink
📝 Docs: Index Images
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Mar 29, 2024
1 parent 92c42af commit 0a2c492
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/42334717/284166558-0ba4b755-39cc-48ee-ba3b-5c02f54c4ca7.png">
<img src="https://github.com/Zerohertz/Zerohertz/assets/42334717/90adcc0f-c6ec-4aca-af41-856931956093">
</p>

<h2 align = "center">
Expand Down Expand Up @@ -40,15 +40,16 @@
</p>

```bash
$ sudo apt install python3-opencv -y
$ pip install zerohertzLib
$ pip install zerohertzLib[api]
$ pip install zerohertzLib[mlops]
$ pip install zerohertzLib[quant]
$ pip install zerohertzLib[all]
sudo apt install python3-opencv -y
pip install zerohertzLib
pip install zerohertzLib[api]
pip install zerohertzLib[mlops]
pip install zerohertzLib[quant]
pip install zerohertzLib[all]
```

<p align="center">
<img src="sphinx/source/_static/zerohertzLib.png" width="600"/>
<img src="https://github.com/Zerohertz/Zerohertz/assets/42334717/85c44efa-1440-4962-a6e5-7453b0bdc689" width="600">
</p>

```python
Expand Down
18 changes: 8 additions & 10 deletions sphinx/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
```

<p align="center">
<!-- <img src="_static/logo.png"> -->
<img src="https://github.com/Zerohertz/Zerohertz/assets/42334717/90adcc0f-c6ec-4aca-af41-856931956093">
<img src="_static/logo.png">
</p>

<h3 align = "center">
Expand Down Expand Up @@ -46,17 +45,16 @@
</p>

```bash
$ sudo apt install python3-opencv -y
$ pip install zerohertzLib
$ pip install zerohertzLib[api]
$ pip install zerohertzLib[mlops]
$ pip install zerohertzLib[quant]
$ pip install zerohertzLib[all]
sudo apt install python3-opencv -y
pip install zerohertzLib
pip install zerohertzLib[api]
pip install zerohertzLib[mlops]
pip install zerohertzLib[quant]
pip install zerohertzLib[all]
```

<p align="center">
<!-- <img src="_static/zerohertzLib.png" width="600"/> -->
<img src="https://github.com/Zerohertz/Zerohertz/assets/42334717/85c44efa-1440-4962-a6e5-7453b0bdc689">
<img src="_static/zerohertzLib.png" width="600"/>
</p>

```python
Expand Down

0 comments on commit 0a2c492

Please sign in to comment.