sanjusjk / Boil-Down

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoilDown

The term 'BoilDown' is a phrase which means 'to summarize'. As the name suggests, this app helps in summarizing long texts in under 300 chars. This will help in summarizing long texts in a matter of tim

Features

  • Write or paste the text to be summarized in Input and click on Sumaarize button

Tools & Features

  • Angular
  • OpenAI API

Angular CLI

This project was generated with Angular CLI version 17.2.3.

Clone

git clone https://github.com/sanjusjk/Boil-Down.git

Install Dependancies

npm Install

OpenAI setup

  • You need to create an account for OpenAI site and head down to API--> Docs link. image

  • this will take you to https://platform.openai.com/docs/introduction. page

  • On the left pane you need to head to API Keys as shown here. image

  • click on image and generate the key and paste it in the component page "boil-down.component.ts"

    image

eg: 'Authorization':'Bearer sk-YJa7LzR135KoBRMqFCTsT3BlbkGHC6xDUy8OpjIIurMBf342'

Run the Application

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Usage

  • Write or paste the text to be summarized in Input and click on Sumaarize button.

Contact

For any inquiries or support, please contact [sanju.jyothikrishnan@gmail.com].

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Please Note

Feel free to customize this template according to your project's specific details and requirements.

Preview

image

About


Languages

Language:TypeScript 68.3%Language:HTML 28.9%Language:CSS 2.8%