https://github.com/diberry/asset-mgr
https://github.com/diberry/asset-mgr
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diberry/asset-mgr
- Owner: diberry
- License: gpl-3.0
- Created: 2019-07-19T14:41:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T15:10:57.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T03:40:53.484Z (over 1 year ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cognitive asset manager
Manage assets and models built from assets for Cognitive Services
## Goals/Roadmap
1. Manage cognitive models and their underlying assets regardless of Cognitive service
1. Deploy cognitive model within CICD pipeline or other automation
1. Backup cognitive model, providing versioning, search, group collaboration
### Goals for One Week
#### 1. Manage text files
|Task|UX Status|Backend Status|API|
|--|--|--|--|
|create Azure File container by User|-|Complete|-|
|delete Azure File container by User|-|Complete|-|
|add file to Azure Files|-|Complete|-|
|delete file by filename|-|Complete|-|
|list files|-|partial|-|
||||
#### 2. Translate
|Task|UX Status|Backend Status|API|
|--|--|--|--|
|translate (and add) text file to Azure Files|-|Complete|-|
||||
#### 3. Text to Speech
|Task|UX Status|Backend Status|API|
|--|--|--|--|
|translate (and add) text file to Azure Files|-|Complete - English only|-|
||||
2019 hackathon #82038
* [Backend project](https://github.com/diberry/asset-mgr-back) Node.js backed to Azure Storage
* Frontend project - coming soon - need to clean it up