This project is an Artificial Intelligence-powered automatic text summary webapp.
-
Ensure
node
andyarn
are installed on your machine.node
installation for Windows/Macnode
installation for Ubuntuyarn
installation
-
Clone this repo with:
git clone https://github.com/Ramanathan0908/Orbital.git
- Install yarn packages with:
yarn install
- Install required python packages
python3 -m pip install -r requirements.txt
- In a terminal window, Navigate to the repo folder and start the summarizer with yarn summarizer:
$ yarn summarizer
- In another terminal window, navigate to the repo folder and start the App with:
$ yarn start
- Enter login details. (The sign-in feature is currently incomplete so use the following username and password):
Username: [email protected]
Password: password
- Choose the word limit for the summary.
- Choose the type of text to be summarised from the drop-down list.
- Type your input text into the text box and hit the SUMMARIZE button.
-
Hit the CLEAR button to reset or hit the CREATE button to save.
-
When saving, enter the title of that summary.
- Click the icon in the top left and go to
Saved Summaries
in the sidebar to view the previous saved summaries.
This project was bootstrapped with Create React App.
The summariser utilises pretrained models from Hugging Face Transformers