An open API service indexing awesome lists of open source software.

https://github.com/whizzzkid/correctly

android app that helps you acquire new languages quickly
https://github.com/whizzzkid/correctly

android firebase google-cloud-speech java programmer pronunciation realm speech-recognition speech-to-text

Last synced: 5 months ago
JSON representation

android app that helps you acquire new languages quickly

Awesome Lists containing this project

README

          

# Correctly - Pronounce Better

This is an android app which helps you aquire new language faster. To get started we're experimenting with learning French for English speakers.

[![Build Status](https://travis-ci.org/whizzzkid/correctly.svg?branch=master)](https://travis-ci.org/whizzzkid/correctly)
[![codebeat badge](https://codebeat.co/badges/48b1471f-9a69-49a1-9f29-8fb1ceab60df)](https://codebeat.co/projects/github-com-whizzzkid-correctly)

# Motivation
This is a applied research project based on this [course](http://www.eecg.utoronto.ca/~jayar/ece1778/project.html). We'll be adding our final project report here soon.

# Team

- Venis Nasr (Second Language Acquisition Expert)
- *M.Ed. Candidate, Ontario Institute for Studies in Education, University of Toronto*
- [Nishant Arora](https://github.com/whizzzkid) (Programmer)
- *M.Sc. Candidate, Department of Computer Science, University of Toronto*
- [Salavat Nabiev](https://github.com/nsalavat) (Programmer)
- *M.Sc. Candidate, Department of Computer Science, University of Toronto*

# Latest Build
[Download](https://drive.google.com/open?id=0B8aL47pGgBVeOVgxSFhFMG1Oejg)

# Current Status
This project is still under active development. But the final project for credit has been submitted.

# Presentations

- [Presentation 1](https://docs.google.com/presentation/d/1FcFCcLUMelvFfWhIgT3BNYlg-WuWtnDY1l14KXD3Q-g/edit?usp=sharing)
- [Presentation 2](https://docs.google.com/presentation/d/1hzztYr7Eaot9a8qAILh6j6wp3vZrfHoa42_KUoHZIhU/edit?usp=sharing)
- [Presentation 3](https://docs.google.com/presentation/d/1wYDD16sWBJ4KsZ0CPnTMIXeYvpR5oexMK12qxDm4qYA/edit?usp=sharing)
- [Presentation 4](https://docs.google.com/presentation/d/1LRfPNYHnUnNReZltFZOeXqSypyOyGumPpLMVYJVD2mw/edit?usp=sharing)

# Technology
We implement [Google Cloud Speech API](https://cloud.google.com/speech/docs/) in order to implement speech processing.

# Build Instructions
In order to build this app, you'll need credentials for Google Cloud Speech API. Just generate a robot service account from your cloud console and place it as "credentials.json" in assets.

# License
GPLv3

*Note: This project was undertaken as a part of the ECE-1778 course for credit. This is our original work.*