소스 검색

adding gif

Aziz Ketari 4 년 전
부모
커밋
a75740e31d
4개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 4 1
      README.md
  3. BIN
      data/gifs/bq_snapshot.gif
  4. BIN
      data/gifs/datastore_snapshot.gif

BIN
.DS_Store


+ 4 - 1
README.md

@@ -3,10 +3,13 @@
 
 This repository contains all the code required to extract relevant information from pdf documents published by ISMIR and store raw data in  a relational database and entities in a No-SQL database.
 
-In particular, you will use Google Cloud Vision API and Translation API, before storing the information on BigQuery API. Separately, you will also use specific NER models (from Scispacy) to extract (medical) domain specific entities and store them in a NoSQL db (namely Datastore) on Google Cloud Platform.
+In particular, you will use Google Cloud Vision API and Translation API, before storing the information on BigQuery. Separately, you will also use specific NER models (from Scispacy) to extract (medical) domain specific entities and store them in a NoSQL db (namely Datastore) on Google Cloud Platform.
 
 **Looking for more context behind this dataset? Check out this [article](https://github.com/azizketari/covid19_ISMIR/blob/master/storing.py).**
 
+Quick sneak peak on the Entity dataset on Datastore:
+![](./data/gifs/datastore_snapshot.gif)
+
 ---
 
 ## Installation

BIN
data/gifs/bq_snapshot.gif


BIN
data/gifs/datastore_snapshot.gif