Skip to content
View Acel-01's full-sized avatar

Block or report Acel-01

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. stroke-risk-predictor stroke-risk-predictor Public

    A machine learning model to predict stroke risk based on health and lifestyle data. Built with Scikit-Learn/Logistic Regression, served with FastAPI, and deployed with Docker. (ML Zoomcamp Midterm …

    Jupyter Notebook 2

  2. MyBookmarks MyBookmarks Public

    Python 1

  3. MLSA-LEADERBOARD-API MLSA-LEADERBOARD-API Public

    A leaderboard to track MLSA's hacktoberfest participants contributions.

    Python

  4. backup-script backup-script Public

    A bash script to enable you backup files and folders from your terminal to your S3 bucket

    Shell

  5. Backup and Restore Docker PostgreSQL DB Backup and Restore Docker PostgreSQL DB
    1
    This is a series of steps to create a local backup of your dockerized PostgreSQL DB from a virtual machine (in this case, AWS EC2) and import it to a new DB on another VM.
    2
    
                  
    3
    1. Generate the sQL
    4
    
                  
    5
    	`docker exec -t your-db-container pg_dumpall -c -U your-db-user > dump_$(date +%Y-%m-%d_%H_%M_%S).sql`