[GH-ISSUE #255] 3rd week Actionable items - Oct #512

Closed
opened 2026-03-13 20:41:00 +03:00 by kerem · 5 comments
Owner

Originally created by @DikshaDisciplines on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/255

Originally assigned to: @uniqueumesh on GitHub.

3rd week - Implemented status by 4th Oct

  1. AI Note Summarizer (1k - 10k)
  2. AI Resignation Letter Generator (100 - 1k)
  3. AI landing Page Generator (1k - 20k)
  4. AI Hashtag Generator (1k - 20k)
Originally created by @DikshaDisciplines on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/255 Originally assigned to: @uniqueumesh on GitHub. 3rd week - Implemented status by 4th Oct 9. AI Note Summarizer (1k - 10k) 10. AI Resignation Letter Generator (100 - 1k) 11. AI landing Page Generator (1k - 20k) 12. AI Hashtag Generator (1k - 20k)
kerem 2026-03-13 20:41:00 +03:00
Author
Owner

@uniqueumesh commented on GitHub (Oct 2, 2025):

🔖 ALwrity AI Hashtag Generator Development Status

Project Overview

  • AI-powered hashtag generator built with Streamlit and Google Gemini API for content creators and marketers.
  • Test the tool here.

Features

  • Smart Hashtag Generation: Uses Gemini 2.5 Flash model for trend-aware hashtags
  • Customizable Output: Adjustable hashtag count (5-20)
  • User-Friendly Interface: Clean dark theme with modern UI
  • Copy Functionality: One-click hashtag copying to the clipboard
  • Editable Results: Users can modify generated hashtags before copying

Tech Stack

  • Frontend: Streamlit
  • AI Model: Google Gemini 2.5 Flash
  • Language: Python
  • Deployment: Streamlit Community Cloud
  • Key Functionality

Status

  • 🚀 Live & Deployed - Successfully hosted on Streamlit Cloud with proper API key configuration.

UI Image

Image
<!-- gh-comment-id:3360566851 --> @uniqueumesh commented on GitHub (Oct 2, 2025): ## 🔖 ALwrity AI Hashtag Generator Development Status ### Project Overview - AI-powered hashtag generator built with Streamlit and Google Gemini API for content creators and marketers. - [ Test the tool here](https://alwrity-ai-hashtag-generator.streamlit.app/). ### Features - Smart Hashtag Generation: Uses Gemini 2.5 Flash model for trend-aware hashtags - Customizable Output: Adjustable hashtag count (5-20) - User-Friendly Interface: Clean dark theme with modern UI - Copy Functionality: One-click hashtag copying to the clipboard - Editable Results: Users can modify generated hashtags before copying ### Tech Stack - Frontend: Streamlit - AI Model: Google Gemini 2.5 Flash - Language: Python - Deployment: Streamlit Community Cloud - Key Functionality ### Status - 🚀 Live & Deployed - Successfully hosted on Streamlit Cloud with proper API key configuration. ### UI Image <img width="1149" height="544" alt="Image" src="https://github.com/user-attachments/assets/5b972ea6-a224-4bf7-af06-2c7ce22aef84" />
Author
Owner

@AJaySi commented on GitHub (Oct 2, 2025):

Great.

1). Provide more inputs to personalize hashtag generation like: which platform, if we can take url of blogs etc, then we can suggest hashtags specific to that content etc
2). Do we have any other hashtag generator, then we should combine them together.
3). Using google grounding or exa search will give better results.

2). Create the page in alwrity.com

<!-- gh-comment-id:3360841914 --> @AJaySi commented on GitHub (Oct 2, 2025): Great. 1). Provide more inputs to personalize hashtag generation like: which platform, if we can take url of blogs etc, then we can suggest hashtags specific to that content etc 2). Do we have any other hashtag generator, then we should combine them together. 3). Using google grounding or exa search will give better results. 2). Create the page in alwrity.com
Author
Owner

@uniqueumesh commented on GitHub (Oct 2, 2025):

@AJaySi

  1. Okay, I will give the option to choose from platforms like Instagram, TikTok, Facebook, and YouTube. I will check with the blog URL too.
  2. We do not have any other hashtag generator. This is the only one.
  3. Yes, giving Google a grounded search will be a better option to generate a hashtag.
  4. I have to create a page in alwrity.com
<!-- gh-comment-id:3360901699 --> @uniqueumesh commented on GitHub (Oct 2, 2025): @AJaySi 1. Okay, I will give the option to choose from platforms like Instagram, TikTok, Facebook, and YouTube. I will check with the blog URL too. 2. We do not have any other hashtag generator. This is the only one. 3. Yes, giving Google a grounded search will be a better option to generate a hashtag. 4. I have to create a page in alwrity.com
Author
Owner

@uniqueumesh commented on GitHub (Oct 3, 2025):

Key Features Implemented in Hashtag Generator:

Real-Time Data Integration

  • Exa Search API: Live social media trend analysis for 20-30% better hashtag relevance
  • Confidence Scoring: Real-time metrics with graceful fallback to AI-only generation
  • Enhanced Prompts: Dynamic AI generation incorporating trending hashtags

Multi-Platform Optimization

  • 5 Platforms: Instagram, TikTok, LinkedIn, Twitter, YouTube, with tailored strategies
  • Dynamic Counts: Platform-optimised hashtag counts (Instagram: 8-12, Twitter: 1-3)
  • Algorithm Optimization: Platform-specific hashtag strategies

Content Extraction & Personalization

  • URL Processing: Automatic content extraction from blog posts and articles
  • 8 Categories: Business, Lifestyle, Technology, Travel, Food, Fitness, Education, Entertainment
  • Context-Aware: AI-powered analysis of extracted content

Wizard-Style UI

  • 3-Step Navigation: Streamlined workflow eliminating scrolling
  • Progress Indicators: Clean visual step progression
  • Accessibility: Screen reader compatible with proper labels

Result: Comprehensive hashtag generation with real-time data, platform optimisation, and enhanced user experience.

<!-- gh-comment-id:3364330731 --> @uniqueumesh commented on GitHub (Oct 3, 2025): ## **Key Features Implemented in Hashtag Generator:** ### **Real-Time Data Integration** - ✅ **Exa Search API**: Live social media trend analysis for 20-30% better hashtag relevance - ✅ **Confidence Scoring**: Real-time metrics with graceful fallback to AI-only generation - ✅ **Enhanced Prompts**: Dynamic AI generation incorporating trending hashtags ### **Multi-Platform Optimization** - ✅ **5 Platforms**: Instagram, TikTok, LinkedIn, Twitter, YouTube, with tailored strategies - ✅ **Dynamic Counts**: Platform-optimised hashtag counts (Instagram: 8-12, Twitter: 1-3) - ✅ **Algorithm Optimization**: Platform-specific hashtag strategies ### **Content Extraction & Personalization** - ✅ **URL Processing**: Automatic content extraction from blog posts and articles - ✅ **8 Categories**: Business, Lifestyle, Technology, Travel, Food, Fitness, Education, Entertainment - ✅ **Context-Aware**: AI-powered analysis of extracted content ### **Wizard-Style UI** - ✅ **3-Step Navigation**: Streamlined workflow eliminating scrolling - ✅ **Progress Indicators**: Clean visual step progression - ✅ **Accessibility**: Screen reader compatible with proper labels **Result**: Comprehensive hashtag generation with real-time data, platform optimisation, and enhanced user experience.
Author
Owner

@AJaySi commented on GitHub (Oct 3, 2025):

This is really, Next Level, Amazing. Congratulations.

  • Lets improve Parapharasing also, in this we can provide a radio button to the end user. It should be disabled be default, and when enabled, before rephasre, use the exa search to get web data and then rewrite the paragraph, this will get the latest results.

  • Lets see where we can use Exa search and TTS. You should give TTS in all your apps.

Great Job.

<!-- gh-comment-id:3365290471 --> @AJaySi commented on GitHub (Oct 3, 2025): This is really, Next Level, Amazing. Congratulations. - Lets improve Parapharasing also, in this we can provide a radio button to the end user. It should be disabled be default, and when enabled, before rephasre, use the exa search to get web data and then rewrite the paragraph, this will get the latest results. - Lets see where we can use Exa search and TTS. You should give TTS in all your apps. Great Job.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#512
No description provided.