Skip to content

Ramanathan0908/Orbital

Repository files navigation

toomanywords

This project is an Artificial Intelligence-powered automatic text summary webapp.

Installation

  1. Ensure node and yarn are installed on your machine.

  2. Clone this repo with:

git clone https://github.com/Ramanathan0908/Orbital.git
  1. Install yarn packages with:
yarn install
  1. Install required python packages
python3 -m pip install -r requirements.txt

Usage

  1. In a terminal window, Navigate to the repo folder and start the summarizer with yarn summarizer:
$ yarn summarizer
  1. In another terminal window, navigate to the repo folder and start the App with:
$ yarn start
  1. Enter login details. (The sign-in feature is currently incomplete so use the following username and password):
Username: [email protected]
Password: password

login

  1. Choose the word limit for the summary.

wordlimit

  1. Choose the type of text to be summarised from the drop-down list.

type

  1. Type your input text into the text box and hit the SUMMARIZE button.

summarise

  1. Hit the CLEAR button to reset or hit the CREATE button to save.

  2. When saving, enter the title of that summary.

save

  1. Click the icon in the top left and go to Saved Summaries in the sidebar to view the previous saved summaries.

view

Credits

This project was bootstrapped with Create React App.

The summariser utilises pretrained models from Hugging Face Transformers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published