Using OpenAI's API we have built a web app that is able to summarise a text from a given URL, or summarise a written text.
To get started with this project, pull the image from docker using the following command:
docker pull ejberg/summariser:latest
Once you have downloaded the image, build it with the following command:
docker run --rm -d -p 5000:5000/tcp ejberg/summariser:latest
It should be noted that an API key is required for this program to run.
Edwin Jaico-Berg - @ejaicoberg - e.j.berg@outlook.com
Project Link: https://github.com/EdwinJaico-Berg/stock_predcitor