Code Monkey home page Code Monkey logo

speech-recognition's Introduction

Speech Recognition

A speech-to-text application which allows users to convert...well...speech to text using AVAudioEngine.

This app allows you to record audio and then transcribe it into text. I created this app to mark the United Nations' International Day of Persons with Disabilities and hope it can encourage others on GitHub to improve and better the app for it to grow.

Installation

If you'd like to use speech-recognition, you'll need to install it first. You can do so in one of two ways.

Terminal

To install the Xcode project using the command line, first enter your desired directory as follows:

cd /Desktop/Xcode_Projects/

And then, paste the following to install the project to your desired folder.

git clone https://github.com/vhanagwal/speech-recognition.git

Github

Alternatively, you can download it via the "Clone or Download" button at the top right of the repository.

Contributing

This project is open source not only to share with the community, but to grow as well. I'd gladly welcome any contributions on this, or my other projects. To do so, follow the directions below.

1. Fork It

Use the following link to fork this repository:

https://github.com/vhanagwal/speech-recognition/fork

2. Create Branch

Now, create a branch containing your newly added features with the following terminal command:

git checkout -b feature/fooBar

3. Commit Changes

Once you're done coding up the changes, commit them to the new branch you made.

git commit -am 'Add some fooBar'

4. Push

Then, to get the changes into GitHub, you can push them as follows:

git push origin feature/fooBar

5. Pull Request

Finally, create a new pull request to get my attention. It may take a few days for me to look at it, but make sure you format your comment like this:

Title: <create a descriptive title>
Date: <today's date>
Description: <a detailed description of what you did>

speech-recognition's People

Contributors

vhanagwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

speech-recognition's Issues

Change to SwiftUI

Support Dark Mode, resizing, and extend to macOS, tvOS, watchOS, and iPadOS, while keeping native support.

Support Voice Control and Switch Control

Extend support to use Voice Control in iOS 13 to be able to control app using voice (and switches) if necessary. Improve alt tags to facilitate intuitiveness.

Use Model Personalization

Change to an updatable model and run model personalization to support different voices and accents more accurately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.