AI Text Summarizer

AI Text Summarizer

Try it here:

https://text-summarizer--textsummarizer-a2595.us-central1.hosted.app/

.

I recently built an AI-Powered Summarization API, integrating ASP.NET Core, Flask, and Google AI Studio (Gemini-Pro)—a great way to showcase full-stack skills with cloud deployment and AI integration. Here’s a quick summary.

.

The frontend runs on Angular 19.2.0, using standalone components for a clean, responsive UI styled with CSS. The backend is powered by ASP.NET Core 8 with C#, serving a RESTful API for task CRUD operations. I hosted the API on Azure App Service, hosted the Flask Service on Render, and deployed the frontend to Firebase Hosting.

.

Features include dynamic AI powered text summarization, Python API calls from the Azure backend, using Flask to handle the AI model, and allowing cross-origin requests so the ASP.NET backend could call the Flask API.