GithubHelp home page GithubHelp logo

westpachackathon's Introduction

This guide assumes that you are using Visual Studio Code.

Install Depedencies

Open this project in Visual Studio Code Open a terminal (`Ctrl + ``, should be the button to the left of the 1 key) Run the following commands:

  1. (optional) python -m venv .venv (creates a virtual environment for storing dependencies, important on Linux to avoid overwriting older Python packages with newer ones as this can break your operating system/desktop environment)
  2. (optional) Windows: source .venv/Scripts/activate | Linux: source .venv/bin/activate (activates the virtual environment so you can use and install dependencies)
  3. python -m pip install "kivy[full]" kivy_examples SpeechRecognition tensorflow numpy IPython pvrecorder pydub PyAudio (this may take a while, it will download ~1GB worth of packages)

Reload the window (Ctrl + Shift + P > Developer: Reload Window). Done!

Test Project

To test the project, click on the front_end.py file and click the play button in the top right. Make sure that the virtual environment is activated (denoted by a (westpac_hackathon) prefix). If it is not, run the second command from the Install Dependencies section and try again.

Notes

Don't worry about warnings from the Tensorflow package. They are just warnings. The tensorflow package for Windows does not have GPU support, meaning that GPU support would require a Linux operating system, most likely through the Windows Subsystem for Linux (WSL) and building of the tensorflow package from scratch for your specific hardware (which I am not expecting anyone to put themselves through).

Todo

Modify machine learning model to use contrastive loss function Test own voice samples on modified model

westpachackathon's People

Contributors

turnthekeys avatar brainage04 avatar manuelaposso13 avatar

Watchers

 avatar

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.