Skip to content
View onedayxzn's full-sized avatar
🌻
알 수 없는 미래 한계를 깨고
🌻
알 수 없는 미래 한계를 깨고

Highlights

  • Pro

Block or report onedayxzn

Report abuse

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

Report abuse
onedayxzn/README.md

💫About Me :

Hallo everyone, my name is Sukma Ramadhan Asri

🌐Socials

Instagram LinkedIn Medium

💻Tech Stack

Python Flask NumPy Pandas scikit-learn SciPy Notion Keras TensorFlow SQLite

📊GitHub Stats :



Pinned Loading

  1. Sistem-Pendeteksi-Dini-Diabetes Sistem-Pendeteksi-Dini-Diabetes Public

    Capstone DIcoding Studi Independen

    Jupyter Notebook 4 1

  2. suyo-mart suyo-mart Public

    Project UAS mata kuliah Web Programming, Stikom Bali semester 4

    Blade

  3. Recommendation-movie Recommendation-movie Public

    UAS AI STTB

    Jupyter Notebook 1

  4. Flask access camera Flask access camera
    1
    from flask import Flask, render_template, request, redirect, url_for, Response
    2
    import cv2
    3
    
                  
    4
    app = Flask(__name__)
    5
    camera = cv2.VideoCapture(0)