First off, I wanted to get FastAPI running locally and using Amazon RDS, an AWS Postgres database, and
so I got started on a simple connectivity script using environment variables, which basically is about hiding the username and password to the Postgres DB.
[Read More]
Object Oriented Python in a Text Adventure Game
getting acquainted with OOP
So I learned a lot about object oriented programming on this project, specifically how objects interact with one another and how to create usable objects as well as inheritence. The most important part was that I learned how objects work for human readability and how the programming language sees and...
[Read More]
Data Enginering for Human Rights Asylum Seeker PDFs
Data extraction of PDFs with Spacy NLP
Human Rights First: Asylum Seekers is a law firm that specializes in immigrants seeking asylum in the US. Our job was to make an app that could take in Asylum legal PDFs, extract important information, and add them to a database for users to search. I used pdfminer to scrape...
[Read More]
Knn algorithm breakdown
I followed this guide on how to solve the KNN algorithm: https://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/
[Read More]
Time We Spend on Steam Games by Categories
Data Exploration for Time Played on Steam Games
I looked at the steam games data found at kaggle, here: Steam Games
[Read More]