Skip to content

Instantly share code, notes, and snippets.

View lelouvincx's full-sized avatar
🍁

Chinh lelouvincx

🍁
View GitHub Profile
@lelouvincx
lelouvincx / POC1-Dec-16.ipynb
Created December 18, 2024 17:02
POC1 Review
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lelouvincx
lelouvincx / app.py
Created November 18, 2024 07:39
Scripts to add subtitle to video
import os
import tempfile
import streamlit as st
from gen import add_subtitles_to_video
# Streamlit app
def main():

Team members

This portfolio showcases the diverse skills and accomplishments of six talented individuals, each bringing unique strengths to create a well-rounded and highly capable team.

1. Dinh Minh Chinh: Team Leader & Business Analyst

@lelouvincx
lelouvincx / week2_heart.csv
Created April 13, 2024 07:52
Homework - Introduction to Machine Learning
age sex cp trestbps chol fbs restecg thalach exang oldpeak slope ca thal target
46 1 0 120 249 0 0 144 0 0.8 2 0 3 0
71 0 1 160 302 0 1 162 0 0.4 2 2 2 1
71 0 1 160 303 0 1 163 0 0.4 2 2 2 1
71 0 1 160 304 0 1 164 0 0.4 2 2 2 1
71 0 1 160 305 0 1 165 0 0.4 2 2 2 1
71 0 1 160 306 0 1 166 0 0.4 2 2 2 1
71 0 1 160 301 0 1 161 0 0.4 2 2 2 1
71 0 1 160 300 0 1 160 0 0.4 2 2 2 1
71 0 1 160 299 0 1 159 0 0.4 2 2 2 1
@lelouvincx
lelouvincx / ExploratoryDataAnalysis.ipynb
Created April 3, 2023 13:37
Goodreads ELT pipeline
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.