https://github.com/osteele/quickdraw-api-server
Server-side support for the Quickdraw dataset of UGC vector sketches of common terms
https://github.com/osteele/quickdraw-api-server
server webapi
Last synced: about 1 month ago
JSON representation
Server-side support for the Quickdraw dataset of UGC vector sketches of common terms
- Host: GitHub
- URL: https://github.com/osteele/quickdraw-api-server
- Owner: osteele
- Created: 2020-05-06T01:14:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T07:40:25.000Z (about 5 years ago)
- Last Synced: 2025-02-25T09:18:40.346Z (over 1 year ago)
- Topics: server, webapi
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickdraw API Server
Work in progress. Adapted and simplified from
,
to work with the
[quickdraw_dataset](https://console.cloud.google.com/storage/browser/quickdraw_dataset)
bucket.
## Installation
`npm install`
Create a `config.json` file replacing the values below:
```json
{
"projectId": "YOUR_PROJECT_ID",
"bucketId": "GCS_BUCKET_ID"
}
```
## Usage
`npm start`
Fetch from, for example, ,
where `aircraft%20carrier` is the
[URL-encoded](https://storage.cloud.google.com/nyush-quickdraw-data/full/simplified/aircraft%20carrier.ndjson)
category name (spaces are replaced by `%20`).
## To Do
Add back the `is_animated` query parameter.
## References
-
-
## License
Apache