Davide Beltrame

Projects

Home About Education Experience Projects Skills CV

Projects

Here are some of my GitHub projects. These represent my interests in AI, data science, and web development. Click on any project to visit its GitHub repository.

Medication Schedule Optimizer

A python tool that optimizes medication schedules by analyzing drug prescriptions highlighting interactions and compatibility. Input (drug names, frequency, and optional patient parameters) is standardized.

Python
View on GitHub

Wordle Solver

My submission, attempts and utilities for an assignment to build a guesser for (a close cousin of) Wordle.

Python
View on GitHub

Personal Website

My personal website, still in construction!

JavaScript HTML CSS
View on GitHub

Image Recoloring Compression

Implementation of k-means clustering and integer programming for reducing the number of colors in an image. The project includes a Python script for k-means-based recoloring and an IP model.

Python
View on GitHub

Semantic Similarity

My submission, attempts and utilities for an assignment to explore semantic similarity retrieval methods maximizing BLEU score.

Python
View on GitHub

Projective Geometry Estimation

Using projective geometry to estimate a person's height and fit the fundamental matrix.

Python
View on GitHub

More projects are coming soon! Check my GitHub profile for the latest updates.

Back to Home