Commit History

Update main.py
22e08be
verified

pius-code commited on

refactor summarize_text and translate endpoint for improved clarity and output length management
6ee8cf7

pius-code commited on

add huggingface_hub dependency and clean up summarize_text function
ddd056a

pius-code commited on

implement dynamic length adjustments for summarization and add translation endpoint
575c139

pius-code commited on

adjust max_length parameter in summarize endpoint to improve summary conciseness
3136230

pius-code commited on

simplify summarize endpoint by removing dynamic length adjustments and setting fixed parameters for summary generation
d808497

pius-code commited on

enhance summarize endpoint to dynamically adjust summary length based on input word count and return parameters used
2c871b7

pius-code commited on

update summarize endpoint to return summary as a JSON object
3ba8f58

pius-code commited on

change summarize endpoint from GET to POST and update response message
0594f08

pius-code commited on

refactor summarize endpoint to change method back to GET and update response format
8cf2fe4

pius-code commited on

update summarize endpoint to adjust summary length parameters
43dd375

pius-code commited on

change summarize endpoint from GET to POST and return actual summary in response
1458968

pius-code commited on

change summarize endpoint from POST to GET and update response message
4717636

pius-code commited on

add root endpoint to provide welcome message for the Text Summarization API
8008531

pius-code commited on

add torch to requirements for FastAPI summarization service
3cc7319

pius-code commited on

add initial Dockerfile, main application, and requirements for FastAPI summarization service
d45d6d0

pius-code commited on

initial commit
b9e647d
verified

pius-code commited on