A full-stack AI-powered text summarization application built using Spring Boot, React, and the Hugging Face Inference API.
git clone https://github.com/KartikBawake/Summerify.git
cd SummerifyOpen:
backend/src/main/resources/application.properties
Replace the placeholder with your Hugging Face API token:
huggingface.api.token=YOUR_HUGGING_FACE_API_TOKENYou can generate a free API token from your Hugging Face account under Settings → Access Tokens.
Open a terminal and run:
cd backend
./mvnw spring-boot:runWindows
.\mvnw.cmd spring-boot:runOpen a new terminal and run:
cd frontend
npm install
npm run devVisit:
http://localhost:5173
- 📝 AI-powered text summarization
- 📄 PDF text extraction
- 🤖 Hugging Face Inference API integration
- ⚡ Spring Boot REST API backend
- ⚛️ React + Vite frontend
- 🔄 Real-time communication between frontend and backend
- 🎨 Clean and responsive user interface
