• Stars
    star
    3
  • Rank 3,959,172 (Top 78 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automatic music composition based on Machine Learning and Markov Chains. Uses Pandas, Music21 library and Numpy on Python 3.6.1

More Repositories

1

Serverless-GPS-monitoring-and-alerting-Multi-device

Serverless GPS monitoring and alerting system based on AWS API Gateway, Lambda and Amazon Connect
HTML
14
star
2

Deep-Learning-LSTM-Automatic-Music-composition

Automatic Music composition with a RNN network and sequences of 7 timesteps. Keras, TensorFlow and Music21 are used in the notebook. Using Steve Vai's guitar scores as corpus. Trying to make the model compose another "For the love of god", see the details in the Notebook.
Jupyter Notebook
4
star
3

CustomerFeedbackSentimentAnalysis

System to perform Sentiment analysis of files stored on AWS S3 via a AWS Lambda funcion. Uses NLTK and Textblob libraries for the sentiment analysis. In fact uses the Textblob.sentiment property which is based upon PatternAnalyzer (based on the pattern library). The system basically supossed that if customer feedback is formatted as a text file and sent to S3 bucket, a lambda function can trigger to start a sentiment analysis on that particular feedback. If the results from the sentiment analysis is that it is a negative feedback, the file is copied to a high priority S3 bucket, a bucket that is set up to be monitored and acted on it quickly.
2
star
4

AWS-KMS-Workshop

A practical AWS KMS Workshop covering Key's best practices, operations, monitoring and App integration.
Python
1
star
5

AI-Automatic-KnowledgeGenerator-and-SearchEngine

Automatic Knowledge Generator with AI tools. Extracting knowledge from meetings and documents, transcribing them and analysing them to feed an Enterprise Semantic Natural Language Search.
1
star
6

Amazon-Rekognition-OpenCV-RichBoundingBox

Rekognition, NumPy and OpenCV integrated providing rich visual video overlays to input video
Python
1
star
7

IoT-Emergency-personal-Alarm-with-Predictions-solution

An IoT Alarm system using AWS IoT button and some services like Lambda, Connect, Step Functions,etc..
Python
1
star
8

GuitarASCII-tab-to-Music21-and-PythonList-converter

This code will convert ASCII Guitar Tabs to MIT Music21 library Tiny Notation format or to Python List of notes in standard notation. Also, provides some computation on the guitar score: song's key, top phrases (variable lenght) and best scales to play along. Python 3.6.1
Python
1
star