Daniel Peixoto's repositories
Enem-Extractor
Using Computer Vision, we can extract questions from the PDF version of the national exam (ENEM) and enrich it with videos, answers and other metadata
Liceu-BackEnd
This is a older version of our BackEnd at Liceu. We used Domain-Driven-Design, Clean Architecture, Behaviour Driven Development, Automated Tests, etc. Hopefully this project, now public, can help students to learn advanced architecture concepts.
PageRankComparisons
One problem of the regular Page Rank is its performance. In this project I implement a Monte Carlo approach and compare the differences in the results and the time necessary to compute them.
Search-Engine-for-StackOverflow
This is a complete solution to search questions on StackOverflow + An Evaluation method of its results. In this project I populated a ElasticSearch instance with StackOverflow data and implemented Information Retrieval tactics to improve the results shown to the user. The evaluation method uses duplicated questions to verify how much of the duplicates can be found using this Search Engine.
CartPole-Challenge
The CartPole is a OpenAi challenge. The focus is to teach an agent to mantain a pole upright. In this specific project I analyzed some of the tactics that could speed up the learning process.
MovieGenreClassifier
Using Natural Language Processing (NLP) this project analyzes synopsis of movies and classifies them as comedy or drama.
logstash-filter-jdbc_streaming
A Logstash filter that can enrich events with data from a database
qrcode_scanner
đź› Flutter QR code scanner plugin.
vscode-remote-quarkus
vscode devcontainers for Quarkus