GitHub / angeligareta 9 Repositories
Passionate about new technologies. I believe in a better world and I will do my best to contribute to this aim.
angeligareta/woocommerce-to-google-sheets
Free alternative to Zapier-WooCommerce integration. This Google App Script saves the new WooCommerce orders in a general spreadsheet (the one where the script is applied), as well as in separated spreadsheets, one for each different orderΒ΄s type. All of that in REAL TIME!
Language: JavaScript - Size: 13.7 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 1

angeligareta/SaferAuto
Modular system able to assist during driving π, detecting road elements such as traffic lights π¦ or traffic signs β and informing the driver of possible threats.
Language: C++ - Size: 26.1 MB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 24 - Forks: 9

angeligareta/cheaper-travelling
Project developed with Apache Spark and Kafka that works with different public streaming data APIs such as SkyScanner, GeoDB Cities, and Flixbus to consider more ways of travelling in a cheaper way.
Language: Scala - Size: 517 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 0

angeligareta/image-captioning
Image Caption Generator implemented using Tensorflow and Keras in a Python Jupyter Notebook. The goal is to describe the content of an image by using a CNN and RNN.
Language: Jupyter Notebook - Size: 393 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 31 - Forks: 11

angeligareta/shortest-path-algorithm
Implementation of the A Star Search Algorithm in C++ and QT to find the shortest path between two positions.
Language: C++ - Size: 12.2 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/image-colorization
This project aims to study the Image Colorization problem and implement a Convolutional Neural Network that is able to colorize black and white images using CIELAB color space.
Language: Jupyter Notebook - Size: 2.04 MB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 3

angeligareta/darknet Fork of AlexeyAB/darknet
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
Language: C - Size: 14.2 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

angeligareta/blender-animation
Final project for 3D Graphics and Modelling course at University College Cork. It consists of a one-minute 3D animation using the open software Blender.
Size: 49.1 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 3

angeligareta/deepfakes-overview
Research whose goal is to introduce deep fakes, presenting the state-of-the-art implementations in the area and examples of what such technology is capable of doing.
Language: Jupyter Notebook - Size: 12.2 MB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 1

angeligareta/langchain Fork of langchain-ai/langchain
π¦π Build context-aware reasoning applications
Language: Python - Size: 168 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

angeligareta/Datasets2Darknet
Modular tool that extracts images and labels from multiple datasets and parses them to Darknet format.
Language: Python - Size: 113 KB - Last synced at: 11 days ago - Pushed at: about 6 years ago - Stars: 32 - Forks: 13

angeligareta/mano-recognition
Project for detecting a hand using any web camera and its fingers and gestures. It's implemented using C++ and the OpenCV library.
Language: C++ - Size: 968 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

angeligareta/Yi Fork of 01-ai/Yi
A series of large language models trained from scratch by developers @01-ai
Size: 869 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

angeligareta/non-deterministic-finite-automaton
Implementation of a Non-deterministic Finite Automaton in C++. The program can show the dead states, check if the NFA is a DFA and analyze a string to see if it belongs to the NFA.
Language: C++ - Size: 8.79 KB - Last synced at: 10 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/natural-language-processing-r
Project for Intelligent Systems course which aims to give an overview of the basic steps to perform Natural Language Processing (NLP) with R programming language.
Language: R - Size: 5.52 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

angeligareta/data-mining-overview
Projects developed for the course Data Mining in KTH Royal Institute of Technology, including algorithms to find similar items, discover frequent itemsets, mine graph data streams and analyze graph spectra.
Language: Jupyter Notebook - Size: 6.46 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

angeligareta/ml-engineer-nanodegree-capstone-project
Capstone Project for the AWS Machine Learning Engineer Nanodegree.
Language: Jupyter Notebook - Size: 9.47 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

angeligareta/pictograms-sentiment-analysis
Research to study how the inclusion of pictograms, such as emoticons and emojis, affects the sentiment analysis performed by machine learning classification algorithms.
Language: Jupyter Notebook - Size: 2.05 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

angeligareta/context-free-grammar
Program in C++ that reads a context-free grammar and removes the useless symbols and productions. After that, it generates a new simplified CFG in an output file.
Language: C++ - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

angeligareta/basics-web-development
Example of a Landing Page using the web technologies HTML, CSS, and Javascript.
Language: CSS - Size: 3.91 KB - Last synced at: 22 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/image-classification-sagemaker Fork of udacity/CD0387-deep-learning-topics-within-computer-vision-nlp-project-starter
newly created cd0387 from nd009t-c3repo
Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

angeligareta/basic-statistics-r
Assignments for Statistical Data Analysis course at UPM including performing statistical analysis, multiple linear regression, and time series analysis.
Language: R - Size: 3.69 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

angeligareta/graph-partitioning-jabeja Fork of smkniazi/id2222
Project to study distributed graph partitioning techniques by implementing the JaBeJa algorithm using Java. It was evaluated using several graphs 3elt, add20, Twitter, and several modifications to the original algorithm were tested.
Language: Java - Size: 21 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

angeligareta/hash-code-2021
Solution for online qualification round of #HashCode2021, a Google programming competition to solve a team-based challenge.
Language: Python - Size: 3.4 MB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

angeligareta/basic-text-mining-python
Assignment for Intelligent Systems course which aims to perform basic analysis on a provided corpus, researching state-of-the-art techniques for word cloud generation.
Language: Jupyter Notebook - Size: 680 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

angeligareta/spark-flight-prediction
Assignment for Cloud Computing And Big Data Ecosystems Design subject that aims to predict flight arrival time using Apache Spark and Scala.
Language: Scala - Size: 54.8 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

angeligareta/udacity-ml-engineer-course Fork of udacity/udacity-nd009t-C2-Developing-ML-Workflow
Language: Jupyter Notebook - Size: 46.7 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

angeligareta/cd0385-project-starter Fork of udacity/cd0385-project-starter
Size: 1.33 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

angeligareta/deterministic-finite-automaton
Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.
Language: C++ - Size: 531 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/finite-automaton-comparator
Implementation of a Finite Automaton Comparator in C++. The input finite automaton can be deterministic or non-deterministic.
Language: C++ - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/machine-learned-ranking
Assignment for Deep Learning course at UPM which aims to rank queries based on the paper Optimizing Search Engines using Clickthrough Data.
Language: Jupyter Notebook - Size: 3.34 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

angeligareta/battleship
Implementation of the infamous game Sink The Float in Prolog. Played against the machine but the board is only visible for it.
Language: Prolog - Size: 10.1 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

angeligareta/restbot
Android chatbot implemented using Dialogflow, Firebase, and Kotlin. It aims to improve the experience of a customer that decides to eat in the restaurant.
Language: Kotlin - Size: 1000 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

angeligareta/angeligareta
Repository introducing myself to GitHub! π
Language: CSS - Size: 35.2 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

angeligareta/shiny-airbnb-research Fork of CristianAbrante/ShinyVisualizationAssignments
This project aims to develop a visualization tool with the Shiny RStudio framework and the R programming language to conduct a study on the price of rent in Madrid using Airbnb data.
Language: R - Size: 41.9 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/ulltimate-calendar
Example of landing page using the web technologies HTML, CSS, Javascript, Bootstrap, and Firebase.
Language: HTML - Size: 70.8 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

angeligareta/deep-learning-basics-tf
Deep Learning basics with Tensorflow and Keras. It includes implementing deep neural networks, feed-forward neural networks, convolutional neural networks, and a traffic sign detection system, using GTSDB and CIFAR dataset.
Language: Jupyter Notebook - Size: 9.53 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 4

angeligareta/eit-digital-deephack-budapest-2019
Solution that was awarded 2nd place in the hackathon organized by Ultrahack and OTP, tackling the shortcomings of the current financial management processes of SMEs.
Language: TypeScript - Size: 6.62 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

angeligareta/hash-code-2020
Solution for online qualification round of #HashCode2020, a Google programming competition to solve a team-based challenge.
Language: Java - Size: 7.35 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

angeligareta/machine-learning-spark
Assignment for Scalable Machine Learning which aims to study the basics of regression and classification in Spark.
Language: Scala - Size: 1.42 MB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

angeligareta/harvard-dish-detector
Simple Example of a program that can detect a 'Harvard Dish' (healthy eating plate) implemented in Ruby.
Language: Ruby - Size: 108 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/game-of-life
Basic Implementation of the Game of Life in C++. The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
Language: C++ - Size: 15.6 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/turing-machine
Implementation of a Turing Machine in C++, a model of computation that defines an abstract machine that manipulates symbols on a tape according to the machine rules.
Language: C++ - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

angeligareta/merge-sort-parallelized
Simple implementation of the famous Merge Sort using threads in C++.
Language: C++ - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/fatman
Project which aims to solve a training problem of the ACM-ICPC International Collegiate Programming Contest, an annual competition between universities around the world sponsored by IBM.
Language: C++ - Size: 1.79 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/ruby-threads
Simple example of using threads in Ruby. There is a chef cooking dishes and a client eating them and the same time.
Language: Ruby - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/bootstrap-overview
Example of a Landing Page using the web technologies NodeJS, Bootstrap, and Angular.
Language: HTML - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

angeligareta/tuenti-challenge-2018
Participation in Tuenti Challenge 2018 competition where several programming challenges are presented to be solved individually.
Language: Java - Size: 1.9 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

angeligareta/youtube-api-features
Simple NPM Module for testing the differents youtube API features using node.js
Language: JavaScript - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/LinkedinToCVWebsite
Retrieves data from your LinkedIn account and creates a customized professional online CV for you.
Language: TypeScript - Size: 3.32 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

angeligareta/tower-of-hanoi
Implementation of Tower of Hanoi or Tower of Brahma puzzle in Java. It has a UI included and you can choose between Array or Stack for the Peg Structure.
Language: Java - Size: 14.5 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/random-access-machine
This project aims to implement the abstract computational Random Access Machine in Java.
Language: Java - Size: 1.21 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/flink-overview
This project aims to predict the delays on the Yellow taxi dataset, by implementing an application based on Apache Flink.
Language: Java - Size: 63.5 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/xml-xsd-xsl-overview
Example of a Recipe Book Page using the web technologies XML 2.0, XSD, and XSLT. Very useful for learning how to start using them.
Language: XSLT - Size: 4.95 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/image-segmentation-overview
Image Segmentation projects developed for the Image Processing, Analysis, and Classification course at UPM. Implemented using OpenCV and C++.
Language: C++ - Size: 1.87 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

angeligareta/image-processing-overview
Image Processing projects developed for the Image Processing, Analysis, and Classification course at UPM. Implemented using OpenCV and C++.
Language: C++ - Size: 2.27 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

angeligareta/alcohol-consumption
Research about global alcohol consumption related with facts such as nutrition, poverty, or school grades. Results can be found on the website below.
Language: R - Size: 7.4 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 2

angeligareta/spark-kafka-cassandra-overview
Second lab for Data-Intensive Computing course at KTH where we use Apache Kafka, Spark, and Cassandra to practice stream processing.
Language: Jupyter Notebook - Size: 398 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

angeligareta/spark-hadoop-hbase-overview
First lab for Data-Intensive Computing course at KTH where we are introduced to Apache Spark MLlib and Spark SQL, Hadoop, and HBase.
Language: Jupyter Notebook - Size: 22.4 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

angeligareta/node-firebird Fork of hgourvest/node-firebird
Pure javascript and asynchronous Firebird client for Node.js.
Language: JavaScript - Size: 666 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

angeligareta/mAP Fork of Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Language: Python - Size: 14.4 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

angeligareta/openalpr Fork of openalpr/openalpr
Automatic License Plate Recognition library
Language: C++ - Size: 5.57 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
