High-Level Project Summary
A small web application for text summarization was implemented. Automatically reduces text and delivers the essence of the text.
Link to Final Project
Link to Project "Demo"
Detailed Project Description
What exactly does it do? The project summarizes text.
How does it work? It works based on neural networks
What benefits does it have? Reduces human processing time
What do you hope to achieve? People will have more time to think and problem solve
What tools, coding languages, hardware, or software did you use to develop your project? python, huggingface, gradio
Space Agency Data
The summarizer can be used for any texts. Used it on texts from the NASA system.
Hackathon Journey
Unfortunately handling pdf files is a separate big task. I tried to use pdf files from the NASA system, but they are not structured and it did not work to extract the text. However, I think this is an achievable task. It took me a long time to research how to process pdf files. I learned how to make a web application for neural network inference using the available tools
References
https://huggingface.co/
https://gradio.app/

