浏览代码

adding gif

Aziz Ketari 4 年之前
父节点
当前提交
a75740e31d
共有 4 个文件被更改,包括 4 次插入1 次删除
  1. 二进制
      .DS_Store
  2. 4 1
      README.md
  3. 二进制
      data/gifs/bq_snapshot.gif
  4. 二进制
      data/gifs/datastore_snapshot.gif

二进制
.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

二进制
data/gifs/bq_snapshot.gif


二进制
data/gifs/datastore_snapshot.gif