/alexandria-spaceapps

Python Django Artificial Intelligence app for NASA Space App Challenge

Primary LanguageJupyter Notebook

Alexandria. Space Apps Challenge 2022

Alt Text

Alexandria is an artificial intelligence app that will improve the accessibility and discoverability of records in the public NASA Technical Report Server. Alexandria can read and summarize documents, generate text analytic data, and produce a list of topic keywords to help researchers find the information they need.

App screen capture

Alt Text

Youtube Presentation

Alt Text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installing

# Clone this repository
$ git clone https://github.com/barrancocarlos/alexandria-spaceapps.git

# Go into the repository
$ cd alexandria-spaceapps

# Install dependencies on virtual enviroment
$ pip install pipenv
$ pipenv shell
$ pipenv install

# Run the app
$ python manage.py runserver