About me

My name is Steven Warner. I am a computer science major(almost graduated im in my senior year). I built this site to demonstrate my skills as a programmer. I have a specilization in machine learning(as used in this site). I love programming and math because I love a puzzle. I have been programming since I was a softmore in highschool(about 6 years as of 2023).
I started learning machine learning because it is facinating to me. Fundementaly machine learning is programming a computer to do things its not explicitly programmed to do. My first project that worked was an early design of my weather machine called "Warner Weather"(only on the playstore as of 2023). It uses image reconition to get cloud structure to make a forecast(this app does not use chatgpt). That project used a neural network and standard backpropogation to configure the system. This site started out as a class assignment. I decided to expand it to general documents because the original version only worked for medical documents. It was not very adaptive to non medical documents. In this version i have corrected it to work with general english documents. We recommend that the user still reads the original text to get a more indepth understanding break it down is designed to give a general understanding.
This site works by reading through the input to find key details that may be useful for the user to know based on the context of the input given. Simply put it will discard sentences in the input that our machine learning model decides is important or unimportant and keeps the important sentence. Resulting in a new passage that is much shorter than the original with essential details of the original.
This version of the website can handle english. I also learned from a friend that it worked in Spanish(this requires further testing I also cannot test this because I am not fuluent in Spanish).
I designed this site to work for busy college students who don't always have the time to read things for class(to be clear i recommend that the user uses this site when they need to but ultimently i recommend still reading the original to gain the full understanding of the material). I designed this site to work well on bigger screens(bigger than a tablet), however it can be used on a phone.