{% extends "_base.html" %} {% block content %}

An Intelligent System for Instrument Detection

*placeholder input* We present to you a intelligent system for instrument detection. Using audio processing techinques and a convolutionsal neural network we are able to classify instruments used in a song. other exciting words that might catch peoples attention and make them use our product. To use our service upload an mp3 file below. *placeholder input*

{% load static %} CNN for audio
{% if token_count > 0 %}
{% csrf_token %} {{ form.audio_file }} Clear
{% else %}

Tokens required

You require more tokens to use this service

{% endif %} {% if predictions %}

{{ file_name }} Predictions:

{% csrf_token %}
    {% for prediction in predictions %}
  • {{ prediction|safe }}
  • {% endfor %}
{% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}