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

Highlights

  • Pro

Organizations

@mage-its @Barunastra-ITS @Lab-B300-MIOT @x-camp-id

Block or report wannn-one

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

πŸ’« About Me:

πŸ”­ I’m currently studying Computer Engineering at Sepuluh Nopember Institute of Technology.
πŸ‘― I’m looking to collaborate on IoT Use Case Projects.
🀝 I’m looking for help with Web Development and Networking strategies.
🌱 I’m currently learning Web/App Development and Computer Networks.
πŸ’¬ Ask me about Computer Vision, Machine Learning, and Robotics.

🌐 Socials:

LinkedIn Medium

πŸ’» Tech Stack:

C++ JavaScript LaTeX Python Firebase Vercel Express.js Flask Flutter OpenCV React TailwindCSS Yarn Vite NodeJS NPM React Router Nginx Firebase MongoDB Figma Keras Matplotlib NumPy Pandas PyTorch scikit-learn TensorFlow Git GitHub Espressif Notion Raspberry Pi Postman Ubiquiti Dart

πŸ“Š GitHub Stats:




Pinned Loading

  1. wannn-site wannn-site Public

    My own portfolio website for CV and Internship build by Next.js 12 and Tailwind CSS

    JavaScript

  2. devtales devtales Public

    A Medium clone app built with Vite, React, Node.js, and Firebase

    JavaScript

  3. Barunastra-ITS/inamarine-vision Barunastra-ITS/inamarine-vision Public

    Inamarine 2024 crane handling base on object detection and gesture recognition

    Python 1

  4. Camera check with OpenCV Python Camera check with OpenCV Python
    1
    import cv2
    2
    
                  
    3
    cap = cv2.VideoCapture(0)
    4
    
                  
    5
    if not cap.isOpened():