AI application to improve the accessibility and discoverability of records in the NTRS (NASA Technical Report Server)
NTRS NLP, is a web application that will improve the accessibility and discoverability of 300 000+ records in the NTRS (NASA Technical Report Server). Nowadays it is vital for scientific and historical research communities to have trouble-free and fast access to data that is stored on the NTRS. Otherwise, they may have to “reinvent the wheel” or spend their valuable time, which can be spent on further research and development. This web application employs search tools, which allow users to search necessary files by keywords and collocations, understand the uploaded file’s general content without fully reading it, and generate statistical reports of language use.
More about the project: NASA Space Apps Challenge, Team Mavericks
-
Clone the repository
git clone https://github.com/NickNaskida/NTRS-NLP.git
-
Create a copy of .env.example (located in /app) and name it .env
app/ ├─ .env.example ├─ .env
-
install docker and build the project
Get docker here: https://docs.docker.com/get-docker/ # After install, launch it and run this from directory where docker-compose.yml file is located docker-compose up -d --build
-
Open http://127.0.0.1:5000/ in your browser.
-
Enjoy 💫