Skip to content

JLV-ai/summary-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

summary-api

A tiny FastAPI service that summarizes text. Includes a /summarize endpoint that returns a short summary and basic word-count stats. Built as a lightweight practice project to learn AI-assisted development.

Setup

python -m venv .venv
source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the app

uvicorn main:app --reload

About

A tiny FastAPI service that summarizes text. Includes a /summarize endpoint that returns a short summary and basic word-count stats. Built as a lightweight practice project to learn AI-assisted development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages