Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlossanabriam/degree-final-project

My Bachelor's Degree Final Project
https://github.com/carlossanabriam/degree-final-project

angular backend docker final-degree-project flask frontend gensim heroku nlp summarization topics-modeling web-application

Last synced: 1 day ago
JSON representation

My Bachelor's Degree Final Project

Awesome Lists containing this project

README

        

# My Bachelor's Degree Final Project

This repository groups all the content related to my Bachelor's Degree Final Project.

## Content
* The 3 subsystems of this project (__Topics and Summary__, __Web backend__ and __Web frontend__) as git submodules (each subsystem is in it's own git repository).
* The Docker files (`.dockerignore` and `Dockerfile`) needed to generate a __Docker image that contains the `topics_and_summary` and the `web_backend` subsystems__. This Docker image is the one used to deploy the backend to Heroku. These files can't be moved to the `web_backend` project, because they use the `topics_and_summary` and the `web_backend` projects. Another approach would be to include the `topics_and_summary` project as a git submodule inside the `web_backend` project, but currently the other approach is used.
* The __documentation of this project__ (in spanish), including: the planning, analysis, design, implementation, tests, conclusions and possible extensions of this project.
* The __presentation of this project__ (in spanish), that summarizes the documentation.