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

Create a inhouse model to handle the summarization #4

Open
Aadityaa2606 opened this issue Jan 27, 2024 · 0 comments
Open

Create a inhouse model to handle the summarization #4

Aadityaa2606 opened this issue Jan 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Aadityaa2606
Copy link
Member

Feature Description

The current web application uses newspaper3k which is also provided by another open-source repository https://github.com/codelucas/newspaper.

Since this is another provider it is difficult to customize the results based on the requirements. so creating an in-house model would give the freedom to control various parameters to optimize for better results.

Solution

  • Create an In-house model that satisfies the needs, make sure that the accuracy is better or the same as the existing provider newspaper3k
  • Another approach is that since newspaper3k is open-source we can use its existing code and modify it according to the requirements.
  • Or if possible try applying the transfer learning to this existing model (newspaper3k) and specialize to our needs.

Additional context
For any related queries contact the developer through mail or discord servers. kindly check the readme for the details.

@Aadityaa2606 Aadityaa2606 added the enhancement New feature or request label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant