https://github.com/islamhaqq/healthcare-makerthon
Using IBM Watson's open source REST API to synthesize natural-sounding speech audio into plain text to develop an application that replaces the inefficient Lab Notebook to help lab workers record their notes in real time instead of AFTER the experimentation.
https://github.com/islamhaqq/healthcare-makerthon
Last synced: 2 months ago
JSON representation
Using IBM Watson's open source REST API to synthesize natural-sounding speech audio into plain text to develop an application that replaces the inefficient Lab Notebook to help lab workers record their notes in real time instead of AFTER the experimentation.
- Host: GitHub
- URL: https://github.com/islamhaqq/healthcare-makerthon
- Owner: islamhaqq
- Created: 2016-11-01T15:21:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T15:08:27.000Z (over 8 years ago)
- Last Synced: 2025-01-05T16:44:37.203Z (4 months ago)
- Language: TypeScript
- Homepage: https://healthcare-makerthon.mybluemix.net/
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Healthcare-Makerthon
Using IBM Watson's open source REST API to synthesize natural-sounding speech audio into plain text to develop an application that replaces the
inefficient Lab Notebook to help lab workers record their notes in real time instead of AFTER the experimentation.## Team Members
- Shadab Hassan
- Zishan Iqbal
- Mohammed Yaseen
- Syed Aman## Resources
### Official Website
[Healthcare Makerthon Website](http://entrepreneur.nyu.edu/resource/healthcare-makerthon/)
### Open Source APIs
- [5 Open Source NLP Tools](https://opensource.com/business/15/7/five-open-source-nlp-tools)
- [IBM Speech to Text](https://www.ibm.com/watson/developercloud/text-to-speech.html)## Important Dates
**Phase 2 Presentation:** November 18th
## Pitch
> Lab Notebooks are right now at a stand still we use composition notebooks and recalling information after the lab
this is inefficient
we can definitly utilize bluetooth techonology and tablet interface to make it a bit better
speech to text makes it a whole lot easier since spontaneous reactions are recorded in real time
This being said at the end of you session before you logout you can just send to printer or send to email and thus reduce security issues and in
lab work time.
Both efficiency and security has been met
- Zishan Iqbal## Features
- Real time note taking
- Lab data and notes stored in secure cloud storage
- Compatible with modern mobile devices and web browsers
- Time stamps for every event
- Printable
- Emailable
- Multiple file formats
- Google Docs, PDF## Framework
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.16.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.## Deploying to Github Pages
Run `ng github-pages:deploy` to deploy to Github Pages.
## Further help
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).