Skip to content
View lnfu's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report lnfu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
lnfu/README.md
  • 👋 Hi, I’m @lnfu
  • 🌱 I’m currently learning CS at NYCU

Pinned Loading

  1. robot-dev robot-dev Public

    Ready-to-use Docker images tailored for development in robotics and computer vision.

    Dockerfile

  2. robot-prod robot-prod Public

    Unified lightweight production base Docker images for robotics and computer vision.

    Dockerfile

  3. a python script converts PDF into i... a python script converts PDF into image
    1
    #!/usr/bin/python3
    2
    # require pdf2image (and poppler)
    3
    import sys
    4
    from pdf2image import convert_from_path
    5