Skip to content
View danielspeixoto's full-sized avatar
Block or Report

Block or report danielspeixoto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danielspeixoto/README.md

Unfortunately I have not been active here as I have been in 2016 - 2019. But feel free to reach out to me anytime. I usually respond in less than 24 hours!

Check out the projects I have here! Every pinned repository has a detailed README.

Pinned

  1. Enem-Extractor Enem-Extractor Public

    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

    Python 4

  2. Search-Engine-for-StackOverflow Search-Engine-for-StackOverflow Public

    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 …

    Java 1

  3. PageRankComparisons PageRankComparisons Public

    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.

    Python 1

  4. CartPole-Challenge CartPole-Challenge Public

    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.

    Python

  5. MovieGenreClassifier MovieGenreClassifier Public

    Using Natural Language Processing (NLP) this project analyzes synopsis of movies and classifies them as comedy or drama.

    Python