Skip to content

Realtime music notation image recognition web application developed using OpenCV & Tensor-flow

License

Notifications You must be signed in to change notification settings

sayuru-akash/music-notation-recognizer

Repository files navigation

Contributors Forks Stargazers Issues GPL License LinkedIn


Logo

Music Notation Image Recognition System + Web App

An image recognition system developed with python and ML libraries to detect music notations. It is connected along with a web application using flask and it was developed for an academic project.
Explore the project »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contributors
  6. License
  7. Contact

About The Project

Product Name Screen Shot

(back to top)

Built With

  • [Python]
  • [OpenCV]
  • [TensorFlow]
  • [Numpy]
  • [Flask]
  • [HTML]
  • [CSS]
  • [JavaScript]

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This project is built using Python. You may need to have installed python and pip to install required packages.

Installation

  1. Get Python and pip
  2. Clone the repo and resolve dependencies, if any
    git clone https://github.com/sayuru-akash/music-notation-recognizer.git
  3. Install dependencies
  4. Train the model
python3 train.py \
  --bottleneck_dir=logs/bottlenecks \
  --how_many_training_steps=2000 \
  --model_dir=inception \
  --summaries_dir=logs/training_summaries/basic \
  --output_graph=logs/trained_graph.pb \
  --output_labels=logs/trained_labels.txt \
  --image_dir=./dataset
  1. Run the web application
python3 classify_webcam.py

(back to top)

Usage

This project can be used to recognize music notation images.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contributors

This project is an academic project done on 2021 and is contributed by

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Sayuru Akash - @sayuru_akash - [email protected]

Project Link: https://github.com/sayuru-akash/music-notation-recognizer

(back to top)