Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.29 KB


Logo

Text Summariser

Text summariser built using OpenAI's Chat-GPT.

About The Project

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.

(Back to top)

Usage

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.

Contact

Edwin Jaico-Berg - @ejaicoberg - e.j.berg@outlook.com

Project Link: https://github.com/EdwinJaico-Berg/stock_predcitor

(Back to top)