https://github.com/nicknaskida/ntrs-nlp
NLP application to improve the accessibility and discoverability of records in the NTRS (NASA Technical Report Server)
https://github.com/nicknaskida/ntrs-nlp
flask nasa-spaceapps-challenge nlp python
Last synced: 5 months ago
JSON representation
NLP application to improve the accessibility and discoverability of records in the NTRS (NASA Technical Report Server)
- Host: GitHub
- URL: https://github.com/nicknaskida/ntrs-nlp
- Owner: NickNaskida
- License: mit
- Created: 2022-09-30T16:34:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T12:14:58.000Z (over 2 years ago)
- Last Synced: 2024-03-17T13:33:13.498Z (over 2 years ago)
- Topics: flask, nasa-spaceapps-challenge, nlp, python
- Language: Python
- Homepage:
- Size: 3.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NTRS NLP
#### AI application to improve the accessibility and discoverability of records in the NTRS (NASA Technical Report Server)
### Overview
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](https://2022.spaceappschallenge.org/challenges/2022-challenges/science-legacy/teams/mavericks-1/project)
### 📋Documentation
1. Clone the repository
```
git clone https://github.com/NickNaskida/NTRS-NLP.git
```
2. Create a copy of .env.example (located in /app) and name it .env
```
app/
├─ .env.example
├─ .env
```
3. 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
```
4. Open http://127.0.0.1:5000/ in your browser.
5. Enjoy 💫