Alex Preston / projects

...
Summarizen

Summarizen is a web application that lets users input any text such as an article, research paper, or anaylaticial paper, and automatically summarizes it using extractive summarization algorithms.

Django

PostgreSQL

Python

JavaScript

...
FinTech News Aggregator

FinTech News is a web application that scrapes data from six different news outlets and aggregates their topheadlines in one easy to view page. The service continuously scrapes every hour so the news is always up to date.

Django

SQLite

Python

JavaScript

...
Search Engine

The Search Engine was a final group project for CS 2341. We coded it in C++ and used a few outside libraries to do data processing such as a Stemmer and a JSON Parser. The database can either be stored in a Hash Map or an AVL Tree depeding on what the user specifies in the UI.

C++