-
Notifications
You must be signed in to change notification settings - Fork 202
Added text summarization model using Groq API #295
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
Added text summarization model using Groq API #295
Conversation
|
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
|
Hi @Avdhesh-Varshney , |
…le to textSummarization
|
Hi @Avdhesh-Varshney, |
|
Hi @Avdhesh-Varshney , |
Avdhesh-Varshney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
adityasingh-0803
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
Closes: #143
Enhanced Text Summarization with Groq API Integration
This PR upgrades the text summarization feature by replacing the local
transformerspipeline with Groq's lightning-fast API, delivering significant performance improvements while maintaining the exact same user interface.Working Video 📷
Text Summarization with Groq API Integration
Key Changes:
Technical Implementation:
transformerspipeline with Groq API clientFiles Modified/Added:
textSummarizationModel.py- Updated with Groq API integrationsecrets.example.toml- Added API key configuration templateBefore & After Comparison 📊
Before (t5-small model):

After (Groq API with Llama 3.1 8B):
