Skip to content
View patryk-oleniuk's full-sized avatar

Block or report patryk-oleniuk

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

Pinned Loading

  1. face-emotionz-webapp face-emotionz-webapp Public

    Streamlit web-app using OpenCV to recognize faces in a photo and my custom tensorflow DNN to recognize emotions in those faces.

    Python 4 3

  2. digitsonline digitsonline Public

    Web-app to interact with ML for MNIST (written digits recognition)

    Jupyter Notebook 1

  3. cnn_hw_accelerator cnn_hw_accelerator Public

    FPGA accelerator and port of the emotion recognition CNN running in C on Xilinx ZYNQ

    Objective-C 19 15

  4. mlflow_nested_runs.py mlflow_nested_runs.py
    1
    with mlflow.start_run(experiment_id=1, run_name="top_lever_run") as run:
    2
        with mlflow.start_run(experiment_id=1, run_name="subrun1",nested=True) as subrun1:
    3
            mlflow.log_param("p1","red")
    4
            mlflow.log_metric("m1", 5.1)
    5
            with mlflow.start_run(experiment_id=1, run_name="subsubrun1",nested=True) as subsubrun1:
  5. streamlit-heroku-template streamlit-heroku-template Public template

    Template to create ML apps using streamlit and deploy it on heroku

    Python 6 4

  6. data-analysis-project data-analysis-project Public

    Wikipedia Changes and World Events Correlation

    Jupyter Notebook 1