Skip to content

Commit

Permalink
docs: update notebooks + banner (#486)
Browse files Browse the repository at this point in the history
* [RELEASE]: v0.1.0

* [BUMP]: v0.1.1+dev

* revert bump

* docs: update notebooks

* docs: update banner

* chore: bump up version
  • Loading branch information
jarulraj authored Nov 14, 2022
1 parent d2279af commit 83e472f
Show file tree
Hide file tree
Showing 11 changed files with 550 additions and 413 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div >
<a href="https://georgia-tech-db.github.io/eva/index.html">
<img src="https://raw.githubusercontent.com/georgia-tech-db/eva/master/docs/Logo.png" alt="EVA" width="300px" margin-left="-5px">
<img src="https://raw.githubusercontent.com/georgia-tech-db/eva/master/docs/eva-banner.png" alt="EVA" width="400px" margin-left="-5px">
</a>
<h3>EVA Video Database System: Where SQL meets Deep Learning</h3>
<div>
Expand Down
2 changes: 1 addition & 1 deletion api-docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Starting EVA
.. |Discuss| image:: https://img.shields.io/badge/-Discuss!-blueviolet
:target: https://github.com/georgia-tech-db/eva/discussions
.. |Python Versions| image:: https://img.shields.io/badge/Python--versions-3.7+-brightgreen
:target: https://github.com/georgia-tech-db/eva
:target: https://github.com/georgia-tech-db/eva
Binary file removed docs/Logo.png
Binary file not shown.
Binary file added docs/eva-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/eva-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "0"
_REVISION = "1+dev"

VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
10 changes: 5 additions & 5 deletions tutorials/00-start-eva-server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2022-11-03T06:59:05.922060Z",
"iopub.status.busy": "2022-11-03T06:59:05.921604Z",
"iopub.status.idle": "2022-11-03T06:59:16.642091Z",
"shell.execute_reply": "2022-11-03T06:59:16.640447Z"
"iopub.execute_input": "2022-11-12T17:08:23.351310Z",
"iopub.status.busy": "2022-11-12T17:08:23.350719Z",
"iopub.status.idle": "2022-11-12T17:08:33.971488Z",
"shell.execute_reply": "2022-11-12T17:08:33.969779Z"
}
},
"outputs": [
Expand Down Expand Up @@ -118,7 +118,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.8"
},
"vscode": {
"interpreter": {
Expand Down
118 changes: 55 additions & 63 deletions tutorials/01-mnist.ipynb

Large diffs are not rendered by default.

350 changes: 276 additions & 74 deletions tutorials/02-object-detection.ipynb

Large diffs are not rendered by default.

263 changes: 117 additions & 146 deletions tutorials/03-emotion-analysis.ipynb

Large diffs are not rendered by default.

216 changes: 94 additions & 122 deletions tutorials/04-custom-model.ipynb

Large diffs are not rendered by default.

0 comments on commit 83e472f

Please sign in to comment.