Pinned Repositories
cte-dataset
CTE: Contextualized Table Extraction Dataset
GNN-TableExtraction
Code for ICPR2022 paper: "Graph Neural Networks and Representation Embedding for table extraction in PDF Documents"
Action-recognition-by-2D-skeleton-analysis
Implementation of the techniques presented in "Co-occurrence Feature Learning from Skeleton Data for Action Recognition" to recognize two-dimensional skeleton.
doc2graph
Doc2Graph transforms documents into graphs and exploit a GNN to solve several tasks.
FightGPT
This is an RPG game, 🧠 thought by me and ✍🏼 written by ChatGPT!
Floorplan-Text-Detection-and-Recognition
This code is able to detect and recognize text inside floorplans.
Flying-Objects-Detection-and-Recognition
Techniques to detect Unmanned Aerial Vehicles (UAVs), aka drones, in a real life scenario such as airports.
gameoflife
Python Kivy implementation of Conway’s Game of Life
guessmylanguage
A labelling dataset game for handwritten drawings
machine-learning-engineering-for-production-public
Public repo for DeepLearning.AI MLEP Specialization
andreagemelli's Repositories
andreagemelli/doc2graph
Doc2Graph transforms documents into graphs and exploit a GNN to solve several tasks.
andreagemelli/Action-recognition-by-2D-skeleton-analysis
Implementation of the techniques presented in "Co-occurrence Feature Learning from Skeleton Data for Action Recognition" to recognize two-dimensional skeleton.
andreagemelli/Flying-Objects-Detection-and-Recognition
Techniques to detect Unmanned Aerial Vehicles (UAVs), aka drones, in a real life scenario such as airports.
andreagemelli/FightGPT
This is an RPG game, 🧠 thought by me and ✍🏼 written by ChatGPT!
andreagemelli/gameoflife
Python Kivy implementation of Conway’s Game of Life
andreagemelli/Floorplan-Text-Detection-and-Recognition
This code is able to detect and recognize text inside floorplans.
andreagemelli/guessmylanguage
A labelling dataset game for handwritten drawings
andreagemelli/machine-learning-engineering-for-production-public
Public repo for DeepLearning.AI MLEP Specialization
andreagemelli/andreagemelli
Config files for my GitHub profile.
andreagemelli/andreagemelli.github.io
My personal website
andreagemelli/awesome-document-understanding
A curated list of resources for Document Understanding (DU) topic
andreagemelli/cte-dataset
CTE: Contextualized Table Extraction Dataset
andreagemelli/DA-GraphTab
Data augmentation techniques on graph structures for table type classification
andreagemelli/Escape-Room-VR
An Oculus Rift application of an Escape Room game.
andreagemelli/GNN-TableExtraction
Code for paper (under revision): "Graph Neural Networks and Representation Embedding for table extraction in PDF Documents"
andreagemelli/lapis
Application developed to keep track of exams' calendar
andreagemelli/OnlineShopSimulator
Simple shop online using Java APIs and following TDD principles