An open API service indexing awesome lists of open source software.

https://github.com/bibek36/text-summarizer-app-using-ai

AI Text summarizer App, This app leverages the power of Artificial Intelligence APIs to provide concise summarization of long texts.
https://github.com/bibek36/text-summarizer-app-using-ai

api artificial-intelligence css deep-learning html huggingface javascript machine-learning nodejs postman

Last synced: 3 months ago
JSON representation

AI Text summarizer App, This app leverages the power of Artificial Intelligence APIs to provide concise summarization of long texts.

Awesome Lists containing this project

README

          

# Text-Summarizer-App-Using-AI

## Wokring Application
#### Desktop Version
desktop

#### Mobile Version
desktop

## How to run locally?
1. Clone the repo
2. Open this folder in the code editor of your choice.
3. Install all the dependencies by running;
```
npm install
```
4. Run the application
```
node index
```
You should see *Server running at http://localhost:3000/* as outpout

## Technologies Used

1. Node
2. HTML,CSS, JS
3. Hugging Face Inference API
4. Postman

#### Feel free to drop any suggestions and try it out yourself.