Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:georgia-tech-db/eva into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 7, 2023
2 parents 58a7be7 + 00fe7a9 commit eb3001d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ SELECT name FROM reddit_dataset ORDER BY

Here are some illustrative AI apps built using EvaDB (each notebook can be opened on Google Colab):

* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/13-privategpt.html">PrivateGPT</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/08-chatgpt.html">ChatGPT-based Video Question Answering</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/12-query-pdf.html">Querying PDF Documents</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/02-object-detection.html">Analysing Traffic Flow with YOLO</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/03-emotion-analysis.html">Examining Emotions of Movie</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/07-object-segmentation-huggingface.html">Image Segmentation with Hugging Face</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/sentiment-analysis.html">Sentiment Analysis using LLM within PostgreSQL</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/question-answering.html">ChatGPT-based Video Question Answering</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/text-summarization.html">Text Summarization on PDF Documents</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/object-detection.html">Analysing Traffic Flow with YOLO</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/emotion-analysis.html">Examining Emotions of Movie</a>
* 🔮 <a href="https://evadb.readthedocs.io/en/stable/source/usecases/image-search.html">Image Similarity Search</a>


## More Illustrative Queries
Expand Down
4 changes: 2 additions & 2 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ parts:
title: Object Detection
- file: source/usecases/emotion-analysis.rst
title: Emotion Analysis
- file: source/usecases/privategpt.rst
title: PrivateGPT
# - file: source/usecases/privategpt.rst
# title: PrivateGPT

- caption: User Reference
chapters:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/usecases/privategpt.rst

This file was deleted.

0 comments on commit eb3001d

Please sign in to comment.