-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't summarize textSummarizer and the result is in limited words #40
Comments
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. |
Hey @sd-coder07 , Yes, the textSummarizer isn't able to summarize the text right now because we didn't have any API for that. Are you up for solving this? |
You can assign it to me. I will try my best. |
Okay so we have the textSummarizer.py file in fastapi-rest-apis/actions/scripts folder there you have to make changes in the get_output function. But the thing is you have to be careful about what you will be using for summarizing the text, If you are using some API or something make sure it should be free to use or if you use some library make sure it is lightweight. Keep me updated @sd-coder07 Assigning to you. |
Please also confirm if you're a participant of GSSOC @sd-coder07 |
Yess, I am a participant of GSSOC'24 |
Can I also work on this issue? Will give my best foot forward. @knight1001d please give a chance |
Okay, assigning to you as well @Soumodip04 . |
In which file can we find to increase the size of the textbox? |
apologies, @Soumodip04 for responding lately, you can adjust that in |
Describe the bug
Can't summarize the given text and execute it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should summarize the text . But it shows the same text in limited words in the text box.
Screenshots
Desktop (please complete the following information):
Additional context
Selected tab is not highlighted .
Cancel button is not working,
The text was updated successfully, but these errors were encountered: