Skip to content
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

Open
sd-coder07 opened this issue Jun 23, 2024 · 10 comments
Open
Assignees

Comments

@sd-coder07
Copy link

Describe the bug
Can't summarize the given text and execute it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Plus button '
  2. Click on ' Add Action in Sequence '
  3. Again click on ' Add Action in Sequence '
  4. Click on 'Select an Action '
  5. Select ' textSummarizer '
  6. Click on ' Text '
  7. Write 'This project is a password manager application that allows users to securely store their website names and passwords. The application provides a user interface for managing passwords, including adding, editing, and deleting website credentials. It also incorporates an authentication system to ensure that only authorized users can access their passwords. '
  8. Click on ' OK '
  9. Click on ' Run App '
  10. See error

Expected behavior
It should summarize the text . But it shows the same text in limited words in the text box.

Screenshots
Screenshot 2024-06-23 005856

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser : chrome
  • Version : 22

Additional context
image
Selected tab is not highlighted .

image
Cancel button is not working,

Copy link

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.

@prathamjagga
Copy link
Owner

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?

@sd-coder07
Copy link
Author

You can assign it to me. I will try my best.

@prathamjagga
Copy link
Owner

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.

@prathamjagga
Copy link
Owner

Please also confirm if you're a participant of GSSOC @sd-coder07

@sd-coder07
Copy link
Author

Yess, I am a participant of GSSOC'24

@Soumodip04
Copy link

Soumodip04 commented Jun 30, 2024

Can I also work on this issue? Will give my best foot forward. @knight1001d please give a chance

@prathamjagga
Copy link
Owner

Okay, assigning to you as well @Soumodip04 .

@Soumodip04
Copy link

In which file can we find to increase the size of the textbox?

@prathamjagga
Copy link
Owner

In which file can we find to increase the size of the textbox?

apologies, @Soumodip04 for responding lately,

you can adjust that in output-component.tsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants