In my role as a librarian, I embarked on a transformative data science project aimed at streamlining the cataloging process for our diverse team. Leveraging the power of scikit-learn in Python, I trained a model on a substantial dataset of nonfiction library items, consisting of titles from various domains. The core functionality of the model […]
Tag Archives: Python
3D Print Request Ticketing
In our Library program, we have seven locations that offer 3D printing services to our patrons. The challenge we ran into was keeping track of these requests in a way that staff could easily manage the print queue and communicate with patrons regarding their requests. I set up a Django web application called Innovation Lab […]