Skip to content

Commit 522158f

Browse files
committed
minor fix of image in the Readme
1 parent 478a5f0 commit 522158f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77

88
[![PyPI version][pypi-shield]][pypi-url]
99
[![Website][website-shield]][website-url]
10-
10+
<!-- PROJECT LOGO -->
1111
<br />
1212
<p align="center">
13-
<a href="https://docs.videodb.io/" target="_blank" align="center">
14-
<picture>
15-
<source media="(prefers-color-scheme: dark)" srcset="./images/videodb.png" style="max-width: 100%; width: 400px; margin-bottom: 20px">
16-
<img alt="VideoDB icon" src="./images/videodb.png" width="400px">
17-
</picture>
13+
<a href="https://videodb.io/">
14+
<img src="https://codaio.imgix.net/docs/_s5lUnUCIU/blobs/bl-RgjcFrrJjj/d3cbc44f8584ecd42f2a97d981a144dce6a66d83ddd5864f723b7808c7d1dfbc25034f2f25e1b2188e78f78f37bcb79d3c34ca937cbb08ca8b3da1526c29da9a897ab38eb39d084fd715028b7cc60eb595c68ecfa6fa0bb125ec2b09da65664a4f172c2f" alt="Logo" width="300" height="">
15+
</a>
16+
17+
<h3 align="center">VideoDB Cookbook</h3>
1818

19-
<h3 align="center">VideoDB Cookbook 👨‍🍳</h3>
2019
<p align="center">
20+
Video Database for your AI Applications
21+
<br />
22+
<a href="https://docs.videodb.io"><strong>Explore the docs »</strong></a>
2123
<br />
22-
<a href="https://github.com/video-db/videodb-cookbook/blob/main/quickstart/quickstart.ipynb"> <strong>QuickStart Notebook »</strong></a>
24+
<br />
25+
<a href="https://github.com/video-db/videodb-cookbook/blob/main/quickstart/quickstart.ipynb"> <strong>QuickStart Notebook »</strong></a>
2326
</p>
24-
</a>
25-
</p>
26-
<br />
2727

2828
## Videodb Cookbook
29-
Example code and guides for accomplishing common tasks with the [VideoDB SDK](). To run these examples, you'll need an VideoDB account and associated API key ([create a free account here](https://console.videodb.io)).
29+
This repo has example code and quick tutorials for solving common tasks with the [VideoDB SDK](). To run these examples, you'll need to signup for VideoDB and get the API key ([create a free account here](https://console.videodb.io)).
3030

31-
Most code examples are written in Python, though the concepts can be applied in any language.
31+
Most of the code examples are written in Python, though the concepts can be applied in any language.
3232

3333
## Contents
3434
| Cookbook| Colab |

quickstart/quickstart.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@
590590
},
591591
"nbformat": 4,
592592
"nbformat_minor": 2
593-
}
593+
}

0 commit comments

Comments
 (0)