The AI Text Summarizer is a web application built with Node.js. It leverages the Postman API and the HuggingFace model for backend processing to generate concise summaries of long texts.
- Languages:
- CSS: 41.4%
- JavaScript: 39%
- HTML: 19.6%
- Backend:
- Node.js
- Postman API
- HuggingFace Model
- Summarizes long texts into shorter, concise summaries.
- Integrates with the HuggingFace model for advanced text summarization.
- User-friendly interface with a clean design.
- Clone the repository:
git clone https://github.com/Md-Ammar/AI-Text-Summarizer.git
- Navigate to the project directory:
cd AI-Text-Summarizer - Install the dependencies:
npm install
- Start the application:
npm start
- Open your browser and navigate to
http://localhost:3000.
- POST /summarize: Summarizes the provided text.
- Request: JSON object containing the text to be summarized.
- Response: JSON object containing the summarized text.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.
Feel free to customize it further as per your requirements!
