Freelance Game Developers in PunjabFreelance Game Developers in Punjab
CS student & designer automating the future with AI.
New to Contra
CS student & designer automating the future with AI.
Cover image for I'm excited to share my
I'm excited to share my latest project an Email Extractor built as part of my virtual internship with CodeAlpha (https://www.linkedin.com/company/codealpha/)! Manually scouring through large blocks of text, documents, or data dumps to find contact information is incredibly time-consuming. To solve this, I built a utility tool that leverages Python and regular expressions (Regex) to instantly scan, parse and extract all email addresses from raw text data. Key Highlights: Efficient pattern matching using Regex. Saves hours of manual administrative work. Clean and modular Python codebase. This project helped me sharpen my skills in string manipulation, data parsing, and building practical automation scripts that solve real-world efficiency challenges. Check out the source code here: https://lnkd.in/er7aph2M (https://lnkd.in/er7aph2M)I would love to hear your feedback or thoughts on how to expand its functionality! 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#DataParsing (https://www.linkedin.com/search/results/all/?keywords=%23dataparsing&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23softwaredevelopment&origin=HASH_TAG_FROM_FEED) hashtag#Coding (https://www.linkedin.com/search/results/all/?keywords=%23coding&origin=HASH_TAG_FROM_FEED) hashtag#Regex (https://www.linkedin.com/search/results/all/?keywords=%23regex&origin=HASH_TAG_FROM_FEED) hashtag#CodeAlpha (https://www.linkedin.com/search/results/all/?keywords=%23codealpha&origin=HASH_TAG_FROM_FEED) hashtag#Internship (https://www.linkedin.com/search/results/all/?keywords=%23internship&origin=HASH_TAG_FROM_FEED) hashtag#OpenSource (https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED) hashtag#TechInnovation (https://www.linkedin.com/search/results/all/?keywords=%23techinnovation&origin=HASH_TAG_FROM_FEED)
0
25
Cover image for 🚀 Excited to share Task
🚀 Excited to share Task 1 of my Python Programming Internship at CodeAlpha (https://www.linkedin.com/company/codealpha/)! I built a classic Hangman Game from scratch in Python the player guesses a hidden word one letter at a time with a limited number of wrong attempts before the game ends. Along the way, I worked with core programming concepts like loops, conditional logic, string manipulation and Python's random module to pick a different word each round. To take it a step further, I also built a bonus interactive version using HTML, CSS, and JavaScript complete with an animated SVG gallows that builds up with every wrong guess, a clickable on-screen keyboard, and a clean dark-themed UI. This task helped me strengthen my understanding of: ✅ Control flow (if-else, while loops) ✅ String and list handling ✅ Input validation ✅ Translating console logic into an interactive front-end Grateful to CodeAlpha (https://www.linkedin.com/company/codealpha/) for this hands-on learning opportunity! Looking forward to tackling the next tasks in this internship. 🔗 GitHub repo link: https://lnkd.in/dpN93hRV (https://lnkd.in/dpN93hRV)hashtag#CodeAlpha (https://www.linkedin.com/search/results/all/?keywords=%23codealpha&origin=HASH_TAG_FROM_FEED) hashtag#PythonProgramming (https://www.linkedin.com/search/results/all/?keywords=%23pythonprogramming&origin=HASH_TAG_FROM_FEED) hashtag#Internship (https://www.linkedin.com/search/results/all/?keywords=%23internship&origin=HASH_TAG_FROM_FEED) hashtag#LearningByDoing (https://www.linkedin.com/search/results/all/?keywords=%23learningbydoing&origin=HASH_TAG_FROM_FEED) hashtag#SoftwareDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23softwaredevelopment&origin=HASH_TAG_FROM_FEED) hashtag#StudentDeveloper (https://www.linkedin.com/search/results/all/?keywords=%23studentdeveloper&origin=HASH_TAG_FROM_FEED) hashtag#BSCS (https://www.linkedin.com/search/results/all/?keywords=%23bscs&origin=HASH_TAG_FROM_FEED)
0
19
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
21
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
24
2D/3D Game Design and Development Specialist Unreal Engine
1x
Hired
2
Followers
2D/3D Game Design and Development Specialist Unreal Engine
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
3D Game Dev & Design | Unreal Engine Expert
3D Game Dev & Design | Unreal Engine Expert
ALL ABOUT GAMES!
Game developer and designer.
$5k+
Earned
2x
Hired
5.0
Rating
7
Followers
Game developer and designer.