DanGOTO100
I like to build stuff, with and without computers. I do not like holidays.
A great cloud company...UK
Pinned Repositories
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.
Amazon-Rekognition-OpenCV-RichBoundingBox
Rekognition, NumPy and OpenCV integrated providing rich visual video overlays to input video
AWS-KMS-Workshop
A practical AWS KMS Workshop covering Key's best practices, operations, monitoring and App integration.
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.
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.
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
IoT-Emergency-personal-Alarm-with-Predictions-solution
An IoT Alarm system using AWS IoT button and some services like Lambda, Connect, Step Functions,etc..
Machine-Learning-Automatic-Music-Markov-Chain
Automatic music composition based on Machine Learning and Markov Chains. Uses Pandas, Music21 library and Numpy on Python 3.6.1
SCADA-GAN-Synthetic-Generation
Synthetic generation of SCADA datasets with GAN networks.
Serverless-GPS-monitoring-and-alerting-Multi-device
Serverless GPS monitoring and alerting system based on AWS API Gateway, Lambda and Amazon Connect
DanGOTO100's Repositories
DanGOTO100/Serverless-GPS-monitoring-and-alerting-Multi-device
Serverless GPS monitoring and alerting system based on AWS API Gateway, Lambda and Amazon Connect
DanGOTO100/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.
DanGOTO100/Machine-Learning-Automatic-Music-Markov-Chain
Automatic music composition based on Machine Learning and Markov Chains. Uses Pandas, Music21 library and Numpy on Python 3.6.1
DanGOTO100/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.
DanGOTO100/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.
DanGOTO100/Amazon-Rekognition-OpenCV-RichBoundingBox
Rekognition, NumPy and OpenCV integrated providing rich visual video overlays to input video
DanGOTO100/AWS-KMS-Workshop
A practical AWS KMS Workshop covering Key's best practices, operations, monitoring and App integration.
DanGOTO100/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
DanGOTO100/IoT-Emergency-personal-Alarm-with-Predictions-solution
An IoT Alarm system using AWS IoT button and some services like Lambda, Connect, Step Functions,etc..
DanGOTO100/SCADA-GAN-Synthetic-Generation
Synthetic generation of SCADA datasets with GAN networks.
DanGOTO100/Machine-Learning-Automatic-Lyrics-generation-Markov-Chains
This code ingest lyrics and will learn to build new lyrics, based on what learned in the ingested lyrics, with a lenght you specifiy. Code uses customer Markov Chains and Pandas under Python 3.6.1
DanGOTO100/Machine-Learning-Automatic-Music-DecisionTree-Classifier-
Machine Learning Decision Tree Classifier used to compose music automaticaly in Python 3.6. Uses Music 21 MIT library, Pandas and Sklearn libraries,
DanGOTO100/PowerShellScripting
Collection of PowerShell Scripts to manage Windows servers - tested
DanGOTO100/rekoCLI
A custom lightweight CLI for Amazon Rekognition. Creates simpler command and simplifies output