Awards & Nominations

TON 618 has received the following awards and nominations. Way to go!

Global Nominee

NASearch

High-Level Project Summary

Challenge: CAN AI PRESERVE OUR SCIENCE LEGACY?Problem: The NASA Technical Report Server (NTRS) includes hundreds of thousands of items containing scientific and technical information (STI) created or funded by NASA. It is difficult to locate desired information in such a large repository! Solution: To develop an application that is using Artificial Intelligence (AI) to improve the accessibility and discoverability of records in the public NTRS. Target Audience: Scientists, researchers, students, and everyone who loves astrophysics, physics, and science.3 bullet points on how an application works: Optical Character Recognition, Natural Language Processing, Naive Bayes.

Link to Final Project

Detailed Project Description

Searching for specific topics in the NASA database is hard to find necessary information easily. The searching process needs time and human resources because the information in PDF files is unsearchable. The solution is our application (NASearch) which works with AI and improves the accessibility and discoverability of the records in the public NTRS. Our target audience is Scientists, researchers, students, and everyone who loves astrophysics, physics, and science. On the application, you can find relevant information for your project or research.

How does the Application work?

First of all, our application uses three main technics: Optical Character Recognition, Natural Language Processing, and Naive Bayes. We use OCR to convert handwritten or scanned PDF files into machine-encoded text. Secondly, we use NLP to analyze and statistic large amounts of natural language data. And lastly, we use Naive Bayes to allocate and classify data in the database. We work in Python using Tesseract and NLTK.

Also, the application uses an up-down voting system which recommends featured topics to improve customer experience.

We are five in a group: three of us are computer science students, one math student, and one management student. In our team we have diversity.

Space Agency Data

We use some PDF files from NASA's open source which was mentioned in challenge background.

Hackathon Journey

While working with databases, searching was taking time and that's why we decided to come up with solution . We are the winners of local NASA KIU Hackathon from Georgia.

References

https://pastebin.com/NfrFtnbv

PDF was given by NASA.

Tags

#AI, #NASEARCH, #ML, #MachineLearning, #Python