Coder Social home page Coder Social logo

indrajithi / mgc-ai Goto Github PK

View Code? Open in Web Editor NEW
397.0 397.0 57.0 18.22 MB

Machine learning approach to classify music based on genres

Home Page: https://genreclassifier.herokuapp.com/

License: MIT License

Python 44.79% HTML 29.85% CSS 25.29% Procfile 0.07%

mgc-ai's Introduction

mgc-ai's People

Contributors

dependabot[bot] avatar dolgiyspb avatar et-cs avatar ikonitas avatar indrajithi avatar sigurdga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mgc-ai's Issues

Frontend Dependencies

I came upon this repo from the Python Weekly newsletter. I saw that there was no build process for frontend dependencies. I dug around a bit and didn't find a clear path to separate them out. Is that something is on the roadmap for the project?

ValueError: unsupported pickle protocol: 3 in python27

get this error when trying to run your app in python2.7
then tried this

filename = 'classifier_10class.pkl'
with open(filename, 'r') as f:
    x = pickle.load(f)

get:

ValueError: unsupported pickle protocol: 3

it seems that the pkl files were created with protocol 3 which is only available in python3
not sure if this is the case or i did not run the app in the right way

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.