ds-projects

Data Science and Software Engineering Projects

profile photo

The list showcases sample projects related to data analysis, machine learning, deep learning, and software engineering created by Vilmantas Gฤ—gลพna.

Data Science Projects

  1. Age and Gender Prediction from Images (deep learning project ๐Ÿงฉ)
    • Main tools: Python | Repository | HTML report
    • Highlights: computer vision, multi-task learning (classification + regression), custom loss function
  2. Classification of Toxic Comments (deep learning project ๐Ÿงฉ)
    • Main tools: Python | Repository | HTML report
    • Highlights: natural language processing (NLP), multi-label classification, transfer learning, Hugging face
  3. Mushrooms Classification: Common Genusโ€™s Images (deep learning project ๐Ÿงฉ)
    • Main tools: Python | Repository | HTML report
    • Highlights: computer vision, multi-class classification, transfer learning
  4. Lending Club Loan Data Analysis (machine learning project ๐Ÿ’ก)
    • Main tools: Python | Repository | HTML report | Flask app
    • Highlights: classification and regression, model selection and deployment on Google Cloud Platform (GCP)
  5. Home Credit Default Risk Prediction (machine learning project ๐Ÿ’ก)
  6. Stroke Risk Prediction (machine learning project ๐Ÿ’ก)
    • Main tools: Python | Repository | HTML report | Flask app
    • Highlights: classification, hyperparameter tuning, model selection, and deployment on Render.com
  7. Travel Insurance Claim Prediction (machine learning project ๐Ÿ’ก)
    • Main tools: Python | Repository | HTML report
    • Highlights: classification, hyperparameter tuning, model selection
  8. The Insights on European Football (data analysis project ๐Ÿ“ˆ)
    • Main tools: Python, SQL | Repository | HTML report
    • Highlights: exploratory data analysis (EDA), inferential statistics, and predictive modeling
  9. Red Wine Quality Prediction (data analysis project ๐Ÿ“ˆ)
    • Main tools: R, Python | Repository | HTML report
    • Highlights: linear and logistic regression, exploratory PCA (principal component analysis)
  10. The Analysis of Apple Podcasts Reviews (data analysis project ๐Ÿ“ˆ)
  11. Mental Health in Tech Industry (data analysis project ๐Ÿ“ˆ)

Software Engineering Projects

  1. Simple Calculator in Python (Python package: example ๐Ÿ› ๏ธ) :
    • Python, CI/CD on GitHub Actions, Unit testing, Docker | Repository
  2. addins.rmd: A Set of RStudio Add-ins (R package ๐Ÿ› ๏ธ):
  3. RcmdrPlugin.biostat: Plug-in for R Commander (R package ๐Ÿ› ๏ธ):
    • R, GUI programming (via Rโ€™s Tcl/Tk interface) | Repository