PuneethaPai / tech_summarization

Abstractive summarization of man pages and technical documentation to generate TLDR pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tech_summarization [WIP]

Abstractive summarization of man pages and technical documentation to generate TLDR pages.

Usage:

To create the data set:

$ export PYTHONPATH=$(pwd)
$ python src/generate_data.py

To host the app:

$ docker build -t tech_summarization .
$ docker-compose up

About

Abstractive summarization of man pages and technical documentation to generate TLDR pages

License:MIT License


Languages

Language:Python 98.0%Language:Dockerfile 2.0%