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.
- Host: GitHub
- URL: https://github.com/bibek36/text-summarizer-app-using-ai
- Owner: bibek36
- Created: 2024-12-04T12:29:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:34:57.000Z (over 1 year ago)
- Last Synced: 2025-02-13T17:53:26.780Z (about 1 year ago)
- Topics: api, artificial-intelligence, css, deep-learning, html, huggingface, javascript, machine-learning, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-Summarizer-App-Using-AI
## Wokring Application
#### Desktop Version
#### Mobile Version

## 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.