refactor summarize_text and translate endpoint for improved clarity and output length management 6ee8cf7 pius-code commited on May 16, 2025
add huggingface_hub dependency and clean up summarize_text function ddd056a pius-code commited on May 16, 2025
implement dynamic length adjustments for summarization and add translation endpoint 575c139 pius-code commited on May 16, 2025
adjust max_length parameter in summarize endpoint to improve summary conciseness 3136230 pius-code commited on May 16, 2025
simplify summarize endpoint by removing dynamic length adjustments and setting fixed parameters for summary generation d808497 pius-code commited on May 16, 2025
enhance summarize endpoint to dynamically adjust summary length based on input word count and return parameters used 2c871b7 pius-code commited on May 16, 2025
update summarize endpoint to return summary as a JSON object 3ba8f58 pius-code commited on May 16, 2025
change summarize endpoint from GET to POST and update response message 0594f08 pius-code commited on May 16, 2025
refactor summarize endpoint to change method back to GET and update response format 8cf2fe4 pius-code commited on May 15, 2025
update summarize endpoint to adjust summary length parameters 43dd375 pius-code commited on May 15, 2025
change summarize endpoint from GET to POST and return actual summary in response 1458968 pius-code commited on May 15, 2025
change summarize endpoint from POST to GET and update response message 4717636 pius-code commited on May 15, 2025
add root endpoint to provide welcome message for the Text Summarization API 8008531 pius-code commited on May 15, 2025
add torch to requirements for FastAPI summarization service 3cc7319 pius-code commited on May 15, 2025
add initial Dockerfile, main application, and requirements for FastAPI summarization service d45d6d0 pius-code commited on May 15, 2025