Giter Site home page Giter Site logo

ankithbala / hummingrecognition Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 18.97 MB

Recognize song by humming into application

License: GNU General Public License v3.0

Python 5.19% Yacc 0.01% HTML 52.38% Jupyter Notebook 0.60% CSS 7.40% JavaScript 34.42%

hummingrecognition's Introduction

hummingRecognition

Recognize song by humming into application

Setup:

  1. Install the Python development environment on your system(pip is included in this): https://www.python.org/ftp/python/3.8.5/python-3.8.5-amd64.exe
  2. Create a virtual environment:
    • Python virtual environments are used to isolate package installation from the system: $python -m venv --system-site-packages .\venv
    • Activate the virtual environment: $.\venv\Scripts\activate

Install packages within a virtual environment without affecting the host system setup.

  • Start by upgrading pip: $pip install --upgrade pip
  1. Install the TensorFlow pip package

    a.For GPU and CPU support: $pip install --upgrade tensorflow

    (For GPU, CUDA and CuDnn libraries are needed:https://towardsdatascience.com/installing-tensorflow-with-cuda-cudnn-and-gpu-support-on-windows-10-60693e46e781)

    For CPU only (for office laptop):

    $pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.3.0-cp38-cp38-win_amd64.whl

    b.Verify the install: $python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

  2. Install remaining packages from requirements.txt: $pip install -r requirements.txt

  3. Run flask from hummingRecognition folder:$python app.py

     Paste the link in browser, if it doesn't open for http://0.0.0.0:5001/, Try http://localhost:5001/
    

hummingrecognition's People

Contributors

ankithbala avatar iloveyougit avatar

Watchers

James Cloos avatar  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.