This project is part of Postman's Project-Based Learning module, where I built an AI-powered web application to summarize lengthy text into concise, readable summaries. The application leverages Node.js and integrates with the Hugging Face Inference API for real-time text summarization.
As part of Postman’s Project-Based Learning initiative, this app provides an easy-to-use web interface that helps users summarize articles, papers, or any lengthy text into a concise summary. The app uses AI to extract the most important information and generate readable summaries, saving users time and effort.
- Node.js: Backend development.
- JavaScript: Frontend functionality and app logic.
- Hugging Face Inference API: For real-time text summarization using AI.
- Postman: Used to test and integrate APIs efficiently.
- Replit: Development environment.
- Text Summarization: Transforms long articles into brief summaries.
- User-Friendly Interface: Simple and intuitive design.
- Instant API Integration: Summaries generated in real-time through Hugging Face API.
- Interactive UI: A seamless experience for users.
-
Clone the repository:
git clone https://github.com/akshay0611/AI-Text-Summarizer.git
-
Navigate to the project directory:
cd AI-Text-Summarizer
-
Install dependencies:
npm install
-
Start the app:
npm start
After this, go to http://localhost:3000
in your browser to start summarizing texts!
Feel free to connect with me for any queries or suggestions:
- LinkedIn: My LinkedIn
- GitHub: My GitHub