Metadata-Version: 2.4
Name: amm_geminiassist
Version: 0.1.2
Summary: Gemini-powered AI helper functions for Flask web apps
Author-email: Albin Mathew <albinmmathew@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai>=0.6.0
Dynamic: license-file

# amm-geminiassist

A simple Python library that wraps the Gemini API to process user queries, summarize long text, and format AI output.  
This library is designed to be used in Flask web applications for AI-powered web assistants.

---

## 🧾 Overview

`amm-geminiassist` is a lightweight utility library that provides:

- `get_response(prompt)` — ask any question and get an AI response  
- `summarize_text(text)` — summarize long text using AI  
- `format_response(text)` — clean and format AI output  

This library uses **Google Gemini API**, which offers fast and affordable text generation.

---
