Freelance Game Developers in Lahore
Freelance Game Developers in Lahore
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Fajar Rizwan
Lahore, Pakistan
CS student & designer automating the future with AI.
New to Contra
Follow
Message
CS student & designer automating the future with AI.
0
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
0
🚀 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
0
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
0
🎮 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
Game Developer
(2)
Follow
Message
Hassan Riaz
Lahore, Pakistan
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
Follow
Message
Unity Game Developer | C#, 2D, 3D, Multiplayer, Android, IOS
1
Raja Run
1
62
1
Only Up - Skyward Striker
1
67
1
Line Color 3d- Endless Path
1
93
1
Roblox Escape: Running Head
1
134
Game Developer
(4)
Follow
Message
Ahmad Raza
Lahore, Pakistan
Unity Game Developer
Follow
Message
Unity Game Developer
0
Unity Game Development (Vehicle Drive 3D)
0
6
0
Unity Game Development (Off-road Rampage)
0
3
0
Unity Game Development(Unscrew Jam: Nuts & Bolts)
0
3
0
Unity Game Development (Hero Transform)
0
9
Game Developer
(4)
Follow
Message
Zaamin Fareed
Lahore, Pakistan
ALL ABOUT GAMES!
Follow
Message
ALL ABOUT GAMES!
0
Karate Beasts
0
19
0
Car parking 3D
0
11
0
Wyst Adventures
0
13
0
Bulls EYE the target
0
5
Game Developer
(6)
Follow
Message
Muhammad Umair Akram
Lahore, Pakistan
Unity Game Expert | Mobile Game Development | Video Game Dev
Follow
Message
Unity Game Expert | Mobile Game Development | Video Game Dev
0
Frontline Fury | Mobile Game Development | Video Game Dev
0
2
0
Gin Rummy | Mobile Game Development | Video Game Development
0
2
0
Count Master | Mobile Game Development | Video Game Development
0
1
0
FPS Shooting Game | Mobile Game Development
0
3
Game Developer
(4)
Follow
Message
Abdul Razaq Ali
pro
Lahore, Pakistan
Game developer and designer.
$5k+
Earned
2x
Hired
5.0
Rating
7
Followers
Follow
Message
Game developer and designer.
2
Barber Chop — Mobile Hair Salon & Learning Module Creative Simulator • Mobile App • 10 Million Players • Educational A unique mobile game and learning tool for creative minds and prospective hair stylists. Users utilize tools like clippers, scissors, and razors to cut and design virtual hair, mastering techniques like the fade. Designed to provide the realistic feel of a barbershop or beauty salon. Project Link: https://barberchop.com/
2
206
2
Safrootics Game — Hybrid Pixel Art Adventure Web3/NFT Game • Cross-Platform • Top 10 Web3 Recognition A family-friendly, hybrid pixel art game designed for all ages, including children. This project successfully merges engaging Web2 gameplay with innovative Web3 elements to create an immersive, non-gambling experience available across Android, iOS, and PC. Game link: https://safrootics.com/
2
265
1
BobaQuest PC & Mobile • Kickstarter A cozy adventure game for PC and a geolocation-based AR experience, blending a traditional PC adventure with real-world interaction on mobile. Built to appeal to a wide audience with a unique mix of adventure and cutting-edge Augmented Reality. Kickstarter = https://www.kickstarter.com/projects/bobaquest/boba-quest Learn more = https://bobaquest.com/
1
179
1
⏳ The Last Second — Unity 20th Anniversary Game Jam Winner Action Puzzle • PC / WebGL • Solo Dev • 48h Jam A fast-paced, time-bending action game created in just 36 hours and selected as a winner of the Unity 20th Anniversary Game Jam. Designed, developed, optimized, and polished solo — showcasing rapid prototyping, creativity, and strong execution under pressure. Devlog = https://www.youtube.com/playlist?list=PLMmCMMvt_NgVD0HVD3vD49fz3edKpaC3M Play demo = https://razzaq94.itch.io/the-last-second
1
208
Game Developer
(4)
Follow
Message
Ibrahim Abid
Lahore, Pakistan
I am a Python and AI developer building smart solutions pro.
New to Contra
Follow
Message
I am a Python and AI developer building smart solutions pro.
3
🐺 Wolf Adventure Game – Collect Coins & Apples! 🍎💰 Dive into an exciting Pygame Zero arcade-style game where you control a wolf 🐺 across a vibrant screen. Your mission is simple: collect coins and apples to rack up points while avoiding running out of time! ⏱️ Key Features: Customizable Game Duration: Set how many minutes the game runs or play without a timer. Interactive Controls: Move the wolf with arrow keys and start the game with ENTER. Dynamic Gameplay: Coins and apples appear randomly, giving every playthrough a fresh challenge. Score Tracking: Earn 10 points for coins and 20 points for apples, and see your final score at game over. Restart Easily: Click anywhere to play again after the game ends.
3
380
8
🧠 Pathora AI — AI Career Navigator Platform (Futuristic Career Development System) Overview Pathora AI is a next-generation AI-powered career development platform designed to help students, graduates, professionals, and career changers discover the right career path, build in-demand skills, and achieve long-term success with confidence. Unlike traditional job portals that only list opportunities, Pathora AI works as an intelligent career navigator that analyzes users’ skills, interests, and goals to generate a personalized career roadmap. It acts as a complete ecosystem for career growth, combining AI-driven assessment, skill gap analysis, resume building, interview preparation, and opportunity discovery into one unified experience. Problem Statement Most individuals struggle with career decisions due to: Lack of clear direction after studies Confusion about which skills to learn Mismatch between education and job market demand Difficulty in building strong resumes Poor interview preparation Limited awareness of career opportunities No structured long-term career roadmap These issues often lead to uncertainty, wasted time, and underutilized potential. Solution Pathora AI solves these challenges through an intelligent, AI-driven career system that guides users step by step. The platform helps users to: Discover suitable career paths based on personal profiling Identify skill gaps and improvement areas Build structured learning and career roadmaps Generate ATS-optimized resumes Practice interviews with AI feedback Explore personalized job, internship, and scholarship opportunities Track career growth with analytics and insights Key Features 🤖 AI Career Discovery System Users complete an intelligent assessment covering interests, skills, personality, learning style, strengths, and goals. The AI processes this data to generate personalized career recommendations with match scores. 📊 Personalized Career Dashboard A smart dashboard that displays: Career match percentage Recommended career paths Salary insights Industry demand trends Required qualifications Growth potential Everything is visual, interactive, and easy to understand. 🧭 AI Career Roadmap Generator Creates a step-by-step roadmap including: Required skills Certifications Learning milestones Internship suggestions Career progression stages This turns long-term goals into a clear actionable plan. 🧠 Skill Gap Analyzer Users can upload their resume or profile, and AI analyzes: Existing skills Missing skills Industry requirements Personalized learning recommendations Includes visual insights like skill maps and progress tracking. 📝 AI Resume Builder An intelligent resume system that provides: ATS-friendly resume generation Professional templates Real-time scoring Smart improvement suggestions Instant export options 🎤 AI Interview Coach A virtual interview preparation system featuring: Mock interview sessions AI-generated questions Communication feedback Confidence scoring Performance reports 💼 Opportunity Hub A personalized discovery system for: Jobs Internships Freelance work Scholarships Remote opportunities Startup programs All recommendations are AI-personalized. 📚 Learning Hub Suggests: Courses Certifications Bootcamps Structured learning paths Includes progress tracking and achievement milestones. 📈 Career Analytics Dashboard Tracks overall growth: Career readiness score Skill development progress Goal completion rate Interview readiness level Weekly performance insights 🤝 Community & Mentorship System A guided ecosystem for: Mentor matching Career discussions Networking opportunities Industry expert guidance Success sharing 🤖 Floating AI Career Assistant Always available AI assistant that helps with: Career advice Resume feedback Interview preparation Roadmap creation Goal planning User Experience & Design Pathora AI is designed with a premium futuristic interface featuring: Dark themed glassmorphism UI Neon blue, purple, and cyan gradients Floating interactive cards Smooth animations and transitions Glowing AI elements Highly responsive layout Apple-level design detail SaaS-grade modern aesthetics The experience feels immersive, intelligent, and futuristic. Technology Vision Pathora AI represents a shift from traditional career platforms to AI-powered career intelligence systems. It transforms career confusion into clarity by combining personalization, automation, and predictive insights into one powerful platform. Impact Pathora AI aims to empower users worldwide to make smarter career decisions, reduce uncertainty, and build structured paths toward success. The vision is simple: Discover. Plan. Build. Succeed. 🔗 Live Prototype: https://reset-curve-55507946.figma.site/
3
8
710
3
📊 Finvora AI — AI-Powered Personal Finance Intelligence Platform (Smart Financial Assistant System) Overview Finvora AI is a next-generation AI-powered personal finance platform designed to help users take full control of their money through intelligent tracking, budgeting, forecasting, and financial decision-making. Unlike traditional banking or expense tracking apps, Finvora AI works as a smart financial assistant that analyzes spending behavior, predicts future financial outcomes, and provides personalized money management strategies. It acts as a complete financial ecosystem combining AI budgeting, expense tracking, savings optimization, financial analytics, and intelligent advisory into one unified experience. Problem Statement Most people struggle with managing their finances due to: Lack of clear visibility of income and expenses Poor budgeting habits and planning tools Difficulty in saving consistently No personalized financial guidance Overcomplicated banking interfaces No forecasting of future spending or savings Limited understanding of financial behavior These challenges often lead to poor financial control, stress, and missed financial goals. Solution Finvora AI solves these problems through an intelligent, AI-driven financial management system that simplifies and optimizes every aspect of personal finance. The platform helps users to: Track income and expenses automatically Build smart and adaptive budgets Get AI-powered financial insights Set and achieve savings goals Analyze spending behavior patterns Predict future financial trends Improve overall financial health Key Features 🤖 AI Financial Assistant An intelligent chat-based financial advisor that helps users make better money decisions in real time. It can: Analyze spending habits Suggest savings strategies Provide budget recommendations Offer financial planning advice Answer personal finance questions 📊 Smart Financial Dashboard A central command center that displays: Account balance overview Income vs expenses breakdown Savings progress tracking Budget status indicators Financial health score AI-generated insights Everything is visual, interactive, and easy to understand. 💸 Smart Expense Tracker A powerful system for managing daily transactions: Auto-categorized expenses Transaction history tracking Search and filtering tools Category-wise spending breakdown Spending behavior analysis 📉 AI Budget Planner An intelligent budgeting system that helps users stay financially disciplined: Category-based budget creation Real-time budget tracking Overspending alerts AI-generated budget suggestions Optimization recommendations 🎯 Savings Goals Center A structured savings system for achieving financial targets such as: Emergency fund Travel savings Education fund Major purchases Investment goals Includes: Progress tracking AI savings forecasting Goal acceleration suggestions 📈 Financial Analytics System Advanced insights into financial behavior including: Spending trends analysis Income vs expense charts Category breakdowns Savings growth tracking Financial health scoring 📄 AI Monthly Reports Automated financial reports that include: Monthly financial summaries Spending analysis breakdown Budget performance evaluation Savings progress insights AI recommendations 🔔 Smart Notifications System Real-time financial alerts such as: Budget exceeded warnings Savings milestone updates Unusual spending detection Financial recommendations Monthly report updates ⚙️ Profile & Settings System A complete user control center including: Personal financial profile Security settings Bank account connections Notification preferences Theme customization User Experience & Design Finvora AI is built with a premium fintech-grade interface inspired by modern digital banking systems and AI dashboards. The design includes: Deep navy and midnight blue theme Electric blue and green highlights Glassmorphism UI elements Smooth animations and transitions Interactive charts and cards Clean SaaS-style layout Mobile-responsive experience High-end fintech visual identity The experience feels intelligent, modern, and highly professional. Technology Vision Finvora AI represents the shift from traditional finance apps to AI-powered financial intelligence systems. Instead of just tracking money, it helps users understand, predict, and improve their financial behavior through real-time AI insights. Impact Finvora AI empowers users to take control of their financial future by making money management simple, intelligent, and goal-driven. The vision is simple: Track. Plan. Save. Grow. 🔗 Live Prototype: https://upper-fixed-15843794.figma.site/
1
3
472
3
🧠 AI Study Assistant Platform — Personalized Learning Powered by AI Overview AI Study Assistant Platform is an intelligent learning ecosystem designed to help students study smarter, stay organized, and achieve their academic goals more efficiently. The platform combines artificial intelligence, personalized learning paths, smart note generation, quiz creation, and productivity tools into a single seamless experience. Traditional study methods often leave students overwhelmed with scattered notes, inconsistent schedules, and difficulty identifying weak areas. AI Study Assistant solves these challenges by acting as a virtual academic mentor that understands each student's learning style and adapts accordingly. The platform is designed for school students, college learners, self-learners, and lifelong learners who want a more effective and engaging way to study. Problem Statement Students face several common challenges: Difficulty organizing study materials Time-consuming note creation Lack of personalized learning guidance Inefficient revision methods Poor time management Limited access to instant academic support Difficulty tracking learning progress These challenges often result in lower productivity and reduced academic performance. Solution AI Study Assistant Platform transforms the learning experience by providing an intelligent system that supports students throughout their academic journey. The platform leverages artificial intelligence to: Generate concise study notes Create quizzes automatically Build personalized study plans Explain difficult concepts instantly Track learning progress Recommend improvement strategies Provide real-time academic assistance Key Features 📚 AI Notes Generator Students can upload textbooks, PDFs, lecture slides, or class materials. The AI automatically creates: Summary notes Key concepts Important definitions Exam-focused highlights Revision sheets This significantly reduces study preparation time. 🧩 Smart Quiz Builder The platform automatically generates quizzes from learning materials. Features include: Multiple-choice questions Fill-in-the-blanks True/False assessments Short-answer questions Adaptive difficulty levels Students can test their understanding instantly. 🎯 Personalized Study Planner AI creates customized study schedules based on: Exam dates Subject difficulty Learning speed Available study hours Academic goals The planner continuously adjusts recommendations according to student progress. 🤖 AI Tutor Students can ask questions in natural language. Examples: Explain Newton's Laws Solve this algebra problem Summarize photosynthesis Help me understand World War II The AI provides clear explanations tailored to the student's level. 📊 Progress Analytics Dashboard The platform visualizes learning progress through: Performance tracking Study streaks Completion rates Subject mastery scores Weak area identification This helps students focus on topics that require improvement. ⏰ Smart Reminders The system sends reminders for: Upcoming exams Assignment deadlines Study sessions Revision schedules Learning goals Helping students maintain consistency and discipline. 🏆 Gamified Learning Experience To increase motivation, the platform includes: Achievement badges XP points Learning streaks Performance milestones Leaderboards Making studying more engaging and rewarding. User Experience The interface is designed with simplicity and focus in mind. Key design principles include: Clean modern UI Distraction-free environment Easy navigation Accessibility-first approach Mobile responsiveness Dark and light mode support The experience is optimized to keep students focused on learning. Target Audience Students High school students College students University students Self-Learners Online course learners Certification candidates Skill development enthusiasts Educators Teachers Tutors Academic mentors Technology Vision The platform demonstrates how artificial intelligence can become a true educational companion rather than just a search tool. By combining AI tutoring, productivity systems, personalized planning, and intelligent assessments, AI Study Assistant creates a complete learning environment that adapts to every student's needs. Impact AI Study Assistant aims to make quality education more accessible, personalized, and effective for learners worldwide. The vision is simple: Learn Smarter. Study Better. Achieve More. 🔗 Live Prototype: https://www.figma.com/make/FUR7yERGGAPGEl6DGgHDD0/AI-Study-Assistant-Platform?t=fz5LnPhyFUTNuClv-1
3
622
Game Developer
(1)
Follow
Message
Touseeq Ahmed
Lahore, Pakistan
AI/ML Engineer | Rag Systems | Real-time AI Solution
Follow
Message
AI/ML Engineer | Rag Systems | Real-time AI Solution
0
Artistry: AI-Generated Art Platform Development
0
4
0
Steel Generation Automation Platform Development
0
3
0
RAG Pipeline Rebuild with Haystack
0
3
View more →
Game Developer
(1)
Follow
Message
Explore people