Skip to content

Repository files navigation

Getting Started

This app is a summary generator for scientific literature. It employs the Flask web framework in combination with the GPT-3 language model from OpenAI. Please refer to the instructions below to set up the summarizer.

Prerequisites

Setup

  1. Clone this repository

    $ git clone https://github.com/SamuelKnaus/pub2sum.git
  2. Navigate into the project directory

    $ cd pub2sum
  3. Create a new virtual environment

    $ python -m venv venv
    $ . venv/bin/activate
  4. Install the necessary requirements

    $ cat requirements.txt | xargs -n 1 pip install
  5. Create a copy of the example environment variables file

    $ cp .env.example .env
  6. Add your API key to the newly created .env file

  7. Run the app

    $ flask run

You should now be able to access the app at http://127.0.0.1:5000!

About

Building a tool to summarize scientific publications for my master thesis.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages