Freelancers using Streamlit in LahoreFreelancers using Streamlit in Lahore
AI Integration & Automation Engineer | Full-Stack Web Apps
$50k+
Earned
65x
Hired
4.9
Rating
129
Followers
AI Integration & Automation Engineer | Full-Stack Web Apps
AI Integration & Automation Engineer | Full-Stack Web App
1x
Hired
5.0
Rating
3
Followers
AI Integration & Automation Engineer | Full-Stack Web App
I am a Python and AI developer building smart solutions pro.
6
Followers
I am a Python and AI developer building smart solutions pro.
Cover image for Built a personalized LinkedIn post
Built 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)
2
76
Full Stack Developer | AI & Automation
10
Followers
Full Stack Developer | AI & Automation
Cover image for I designed and built a
I designed and built a full-stack AI healthcare platform from the ground up integrating 6 external medical APIs, real-time AI-powered consultations and a production-grade frontend with smooth animations. This is the kind of intelligent and scalable system I can build for you in healthcare, education or any data-driven domain. Live Demo: healix.vercel.app (http://healix.vercel.app) What Healix Does 4.6 billion people worldwide lack access to essential health services. Healix bridges that gap by putting an AI health companion in every citizen's pocket backed by trusted data from WHO, NIH and the FDA. It delivers 24/7 health guidance, reduces unnecessary ER visits and extends the reach of overstretched healthcare systems. Core Features I Built AI Health Chat - 24/7 intelligent consultations with multi-language support powered by Google Gemini Symptom Checker - Interactive symptom analysis with triage recommendations using NIH Clinical Tables Drug Interaction Checker - Cross-checks multiple medications for dangerous interactions via OpenFDA Medicine Search - Detailed drug profiles including side effects and usage guidelines from OpenFDA and RxNorm Health Dashboard - Personalized health overview with activity tracking and chronic disease management Additional modules include mental wellness tracking, nutrition logging, lab results management, vaccination records, appointment booking and a community health forum. Tech Stack Next.js 15 and React 19 frontend styled with TailwindCSS and animated with Framer Motion. Python FastAPI backend powered by Google Gemini AI with fallback handling. Integrated with OpenFDA, NIH Clinical Tables, PubMed, RxNorm and WHO data sources. Supabase authentication with Google OAuth. SQLite for development and PostgreSQL for production. Deployed on Vercel. What This Demonstrates Complex multi-API orchestration with error handling and fallback logic AI integration with prompt engineering for accurate medical responses Clean component architecture with 30+ routes and reusable UI components Full authentication flow with role-based access Responsive design optimized for mobile-first healthcare access Production deployment with real users in mind Looking to build an AI-powered platform for your industry? Whether it's healthcare, education, finance or operations I can architect and ship intelligent systems like this end to end. Let's talk.
0
129
CS student & designer automating the future with AI.
New to Contra
CS student & designer automating the future with AI.
Cover image for Taking corporate email automation beyond
Taking corporate email automation beyond basic template generation. 🚀 I just open-sourced a new project: Autonomous Cold Email & Inbound Replier Agent! This is a modular, production-ready system built completely in pure Python using CrewAI for multi-agent orchestration and Streamlit for a clean, modern interactive UI. As shown in image_ea414f.png, the system moves away from single-prompt generation and splits the operational workload into specialized, sequential steps to ensure high-quality enterprise triage: Dynamic Context Parsing: Ingests dynamic company names, specific roles, and product offerings to craft completely personalized pitch assets based on an internal knowledge base. Multi-Agent Orchestration: Uses a CrewAI sequential flow to separate analysis from execution. A Triage Officer handles data categorization while a Business Correspondent handles context-aware drafting. 100% Free-Tier & Cost Compliance: Powered entirely by high-performance models via free-tier API orchestration (utilizing gemini-2.5-flash via Google AI Studio and Groq Cloud AI as a high-speed secondary model). Interactive UI Safety: Features a polished Streamlit interface (onee.py (http://onee.py)) to monitor active server queues and act as a human-in-the-loop gatekeeper to approve drafts before they go live. The repository is modularly structured, completely production-ready, and optimized with strict exception handling to respect rate limits safely. 🔗 Check out the code here: https://github.com/26FajarRizwan/Cold_Email_Replier_Agent #CrewAI #Streamlit #AIEngineering #Python #GenerativeAI #LLMs #OpenSource #Automation #GoogleGemini
0
27
Cover image for 🎮 Level Up: Built a
🎮 Level Up: Built a Multi-Agent AI Game Designer with CrewAI (https://www.linkedin.com/company/getcrewai/) & Groq (https://www.linkedin.com/company/groq/)! 🚀 I'm thrilled to share my latest projecta modular hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) Agent system designed to transform a simple text idea into a full, production-ready Game Design Document (GDD)! 🕹️🤖 As game development gets more complex, brainstorming core mechanics, balance, and narrative loops manually can take days. I built this automation agent to instantly structure wild game ideas into comprehensive design blueprints. 🛠️ How It Works: Dynamic Terminal Prompting: Captures unique, raw gameplay ideas directly from user input via the terminal. AI Game Designer Agent: Powered by Groq’s lightning-fast Llama-3.3-70b-versatile model, it acts as a veteran designer with 10+ years of AAA experience. Custom Stability Patch: Implemented a robust dynamic litellm execution patch to strip out incompatible caching fields, ensuring 100% crash-free API calls. Structured GDD Output: Automatically generates core gameplay loops, combat systems, character arcs, and world-building documentation. 🏗️ Modular Architecture & Tech Stack: Framework: CrewAI (https://www.linkedin.com/company/crewai-inc/) (Multi-Agent Architecture) Inference Engine: Groq (https://www.linkedin.com/company/groq/) API Cloud LLM: Llama (https://www.linkedin.com/company/ai-deepseek/)-3.3-70b-versatile Environment Management: Python (https://www.linkedin.com/company/learn-python-programming/) hashtag#python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED)-hashtag#dotenv (https://www.linkedin.com/search/results/all/?keywords=%23dotenv&origin=HASH_TAG_FROM_FEED) & hashtag#strict (https://www.linkedin.com/search/results/all/?keywords=%23strict&origin=HASH_TAG_FROM_FEED) .hashtag#gitignore (https://www.linkedin.com/search/results/all/?keywords=%23gitignore&origin=HASH_TAG_FROM_FEED) protocol to ensure zero leakage of private hashtag#API (https://www.linkedin.com/search/results/all/?keywords=%23api&origin=HASH_TAG_FROM_FEED) credentials. By separating my automation projects into clean, isolated ecosystems, I'm building a highly scalable portfolio of production-grade AI tools. 📂 Check out the GitHub Repository here: https://lnkd.in/dFecvgBc (https://lnkd.in/dFecvgBc)What kind of game would you ask this agent to design first? Let's connect and discuss the power of fast inference in creative automation! 👇 hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#GenerativeAI (https://www.linkedin.com/search/results/all/?keywords=%23generativeai&origin=HASH_TAG_FROM_FEED) hashtag#CrewAI (https://www.linkedin.com/search/results/all/?keywords=%23crewai&origin=HASH_TAG_FROM_FEED) hashtag#Groq (https://www.linkedin.com/search/results/all/?keywords=%23groq&origin=HASH_TAG_FROM_FEED) hashtag#Llama3 (https://www.linkedin.com/search/results/all/?keywords=%23llama3&origin=HASH_TAG_FROM_FEED) hashtag#GameDesign (https://www.linkedin.com/search/results/all/?keywords=%23gamedesign&origin=HASH_TAG_FROM_FEED) hashtag#Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) hashtag#Automation (https://www.linkedin.com/search/results/all/?keywords=%23automation&origin=HASH_TAG_FROM_FEED) hashtag#ArtificialIntelligence (https://www.linkedin.com/search/results/all/?keywords=%23artificialintelligence&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareEngineering (https://www.linkedin.com/search/results/all/?keywords=%23softwareengineering&origin=HASH_TAG_FROM_FEED)
0
31
Generative AI Developer
New to Contra
Generative AI Developer
Cover image for AI-Powered Resume Screening System
Tired of
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
0
47
AI & Automation Specialist | Building Custom Chatbots & Agen
AI & Automation Specialist | Building Custom Chatbots & Agen
Data Scientist: Expert in Analysis, Databases, AI🔍
Data Scientist: Expert in Analysis, Databases, AI🔍