Projects using Streamlit in LahoreProjects using Streamlit in LahoreBuilt a personalized LinkedIn post generator, and it's actually working end to end now.
Most AI writing tools just take a prompt and spit out generic content. I wanted something different, a tool that understands who you are before it writes anything, and checks what's genuinely working on a topic right now instead of guessing.
Here's what it actually does:
→ Personalized profile setup — set your niche, profession, key skills, and preferred tone once, it's reused for every post after that
→ Real-time research before writing — searches how people are actually discussing your topic right now, and extracts real patterns: hook style, structure, tone, without ever copying anyone's actual words
→ Fully personalized generation — combines your profile with the research patterns to write something original that sounds like you, not a generic AI voice
→ Editable output — every generated post is editable before you copy it, plus you get a breakdown of exactly which patterns informed the draft
→ Post history — every post you've generated is saved and browsable anytime
→ Fully self-contained build — Python, Streamlit, SQLite, no Supabase or external auth provider, just OpenRouter for generation and Serper for real-time research, with proper password hashing for authentication
Still early, and currently invite-only while I manage access and costs on the research side. Link below, drop a comment or DM me for access.
🔗 https://post-pilot-ai.streamlit.app/
#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) #Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) #Streamlit (https://www.linkedin.com/search/results/all/?keywords=%23streamlit&origin=HASH_TAG_FROM_FEED) #BuildInPublic (https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED) #OpenSource (https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED) #MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) AI-Powered Resume Screening System
Tired of manually sifting through hundreds of resumes? This intelligent screening system does the heavy lifting — automatically parsing resumes, extracting key skills, and semantically matching candidates to job descriptions in seconds.
🧠 How It Works
The system uses advanced Natural Language Processing (NLP) to deeply understand both resumes and job descriptions — going far beyond simple keyword matching. It calculates semantic similarity using cosine similarity, meaning it understands context, not just words.
⚙️ Key Features
📄 Smart Resume Parsing — Automatically extracts skills, experience, and qualifications from any resume format
🔍 Semantic Job Matching — Matches candidates to roles based on meaning, not just keywords
🏆 Candidate Ranking — Instantly ranks applicants by relevance score
📊 Match Scoring — Clear percentage-based compatibility scores for every candidate
🕳️ Skill Gap Analysis — Identifies exactly what skills a candidate is missing for a role
🚀 Streamlit Dashboard — Clean, interactive UI deployable in one click
🛠️ Tech Stack
Python · NLP · Scikit-learn · Cosine Similarity · Streamlit · SpaCy / NLTK
💼 Perfect For
HR teams, recruitment agencies, startups, and any business drowning in job applications — this tool cuts screening time by up to 80%.
📈 Results It Delivers
✅ Faster hiring decisions
✅ Bias-reduced candidate evaluation
✅ Clear, data-backed shortlisting
✅ Scalable to thousands of resumes This Python script is an AI-powered Daily Fitness Planner built using CrewAI. It collects user inputs such as name, age, fitness level, and workout duration, then uses multiple AI agents to generate a complete workout plan. Each agent handles a specific task including workout creation, warm-up routines, recovery advice, safety review, and final formatting. The system produces a structured, safe, and personalized fitness plan, making it easy for users to follow an effective daily routine.