Skip to content
View lucasdevit0's full-sized avatar
🌏
Working on some cool projects!
🌏
Working on some cool projects!

Block or report lucasdevit0

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
lucasdevit0/README.md

Hi 👋, I'm Lucas

I am a software engineer with a background in mechanical engineering from the University of Colorado Boulder. I currently help Brazilian machine manufacturers in the automotive industry to optimize processes through computer vision.

I am currently developing computer vision and machine learning skills through personal projects and online courses.

Connect with me

https://www.linkedin.com/in/devitolucas/ https://medium.com/@lucas.casadevito

Skills

pythontensorflowopencv cplusplus git matlab pandas pytorch scikit_learn arduino

Pinned Loading

  1. Digit-Recognition Digit-Recognition Public

    Multi-label neural network for digit recognition in Tensorflow.

    Jupyter Notebook 1

  2. Parking-Space-Counter Parking-Space-Counter Public

    Computer vision with OpenCV and Pickle 🥒

    Python 1

  3. Point-Cloud-Mesh-Generation Point-Cloud-Mesh-Generation Public

    Gets a point cloud from a 3D scan generated on an Iphone13 using Polycam, and creates a mesh surface using the Poisson's surface reconstruction algorithm provided by Open3D

    Python 6

  4. Background-Removal Background-Removal Public

    Implementation of a simple web application for image background removal. Deployed with Streamlit - demo available!

    Python

  5. Ultralytics-YOLOv8 Ultralytics-YOLOv8 Public

    A collection of YOLOv8 model implementations including object tracking, output recording, and model optimization (openVINO)

    Python 2

  6. Draw text with background -- opencv Draw text with background -- opencv
    1
    import cv2 as cv
    2
    
                  
    3
    img = cv.imread('path/to/image',cv.IMREAD_UNCHANGED)
    4
    
                  
    5
    font_scale = 0.8