Aziz Ketari 4 лет назад
Родитель
Сommit
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

+ 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