Summarizer is a backend project, /summary
endpoint is main point to interact
- Summarizer: summarize your text
- Flexible Configuration: Configuration via
.env
- Scalability: Designed with extensibility in mind, easy to scale
Before starting, ensure your system meets the following requirements:
- Python 3.11 or newer
- Docker or system boot
- Repository Setup: Clone the repository to your local system.
- Environment Configuration: Copy the
.env.example
file to.env
and configure it according to your needs. - Dependency Installation:
pip install -r requirements.txt
After all installations:
uvicorn backend.app.main:app --reload
then go to '/docs' or use Postman, Curl etc. to use /summary