knight1001d / automarket

Auto Market is the online platform to create and use automation apps.
https://automarket-s42l.vercel.app
GNU General Public License v3.0
16 stars 24 forks source link

Can't summarize textSummarizer and the result is in limited words #40

Open sd-coder07 opened 1 week ago

sd-coder07 commented 1 week ago

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):

Additional context image Selected tab is not highlighted .

image Cancel button is not working,

github-actions[bot] commented 1 week ago

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.

knight1001d commented 6 days ago

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 commented 6 days ago

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

knight1001d commented 4 days ago

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.

knight1001d commented 4 days ago

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

sd-coder07 commented 4 days ago

Yess, I am a participant of GSSOC'24

Soumodip04 commented 4 days ago

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

knight1001d commented 4 days ago

Okay, assigning to you as well @Soumodip04 .

Soumodip04 commented 3 days ago

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