Maxwell Warren


Junior @ Mizzou
Founder & Lead AI Engineer - Axion Digital

About

Welcome! My name is Max, I am an ambitious software engineer with a passion for AI technology, business, and content creation.Currently a junior at the University of Missouri, pursuing a B.S in Information Technology, with a Minor in Data Science & Computer Science.University funded student entrepreneur through the Mizzou Entrepreneur Alliance (EA) accelerator.VP Outreach for Mizzou CEO (Collegiate Entrepreneurship Organization).I am the founder and lead engineer of a student run AI & automation consulting agency, Axion Digital.Part-time content creator (1.5M+ views) focused around topics such as self-improvement, coding, and fitness.


resume

Contact

For personal inquiries email me here!

[email protected]

Interested in working together and implementing AI into your businesses? Shoot me an email here or schedule a free consultation.

[email protected]

(function (C, A, L) { let p = function (a, ar) { a.q.push(ar); }; let d = C.document; C.Cal = C.Cal || function () { let cal = C.Cal; let ar = arguments; if (!cal.loaded) { cal.ns = {}; cal.q = cal.q || []; d.head.appendChild(d.createElement("script")).src = A; cal.loaded = true; } if (ar[0] === L) { const api = function () { p(api, arguments); }; const namespace = ar[1]; api.q = api.q || []; if(typeof namespace === "string"){cal.ns[namespace] = cal.ns[namespace] || api;p(cal.ns[namespace], ar);p(cal, ["initNamespace", namespace]);} else p(cal, ar); return;} p(cal, ar); }; })(window, "https://app.cal.com/embed/embed.js", "init"); Cal("init", "free-ai-consultation", {origin:"https://app.cal.com"}); Cal.ns["free-ai-consultation"]("inline", { elementOrSelector:"#my-cal-inline-free-ai-consultation", config: {"layout":"month_view"}, calLink: "maxwellwarren/free-ai-consultation", }); Cal.ns["free-ai-consultation"]("ui", {"hideEventTypeDetails":false,"layout":"month_view"});

Client Projects


Personal Projects

Projects denoted with * do not have a description yet. Email if curious about details.

Unity FPS Movement Engine

Utilizing the Unity game engine and C#, I built a fully functioning first-person movement engine without relying on external physics / libraries, that closely resembles industry standard FPS movement systems (think COD, Apex, Valorant, etc.)User can control various sensitivity & key bindings through a UI interface, along with the ability to walk, sprint, jump, slide, and crouch.Designed a sample low-poly environment for the user to explore using custom made & store assets

Warhouse Barbell Gym

I developed a custom AI-powered Instagram agent for WarHouse Barbell Gym, a well-known fitness facility in Chicago, to automate customer interactions and streamline communication. The system integrates directly with Meta’s official API and uses a Retrieval-Augmented Generation (RAG) pipeline to provide accurate, brand-aligned responses to FAQs sourced from the gym’s own knowledge base. It can handle hundreds of weekly DMs, respond instantly to membership and class inquiries, and seamlessly hand off complex issues to staff when necessary. This automation reduced manual response time by over 10 hours per week while improving consistency and customer satisfaction.

BodyTrack AI App

BodyTrack AI is an innovative fitness application designed specifically for Calisthenics and Yoga athletes. Leveraging the power of artificial intelligence, this app aims to revolutionize the way athletes train and analyze their movements.Key Features:AI-Powered Pose Classification: Utilizing a Convolutional Neural Network (CNN) based deep learning model developed with TensorFlow and Keras, BodyTrack AI offers real-time pose classification. This ensures accurate tracking and analysis of complex movements, helping athletes improve their form and performance.Comprehensive Movement Analysis: The app provides detailed statistics and insights into each movement, allowing users to understand their strengths and areas for improvement. This data-driven approach helps athletes optimize their training routines.Mobile Integration: Currently in development, the BodyTrack ML Model is being integrated into a mobile platform using React Native. This ensures a seamless and user-friendly experience for athletes on the go.

Tactical Leads

I had the opportunity to partner with a local social media marketing agency, Tactical LeadsI built and deployed an AI-powered workflow automation system that streamlines and automates social media content planning and production for agency clients. Utilizing REST APIs, n8n, and Node.js, this system integrates seamlessly with various marketing tools to generate, schedule, and optimize content production process at scale. By automating repetitive tasks such as post scheduling, production team management, and AI-driven content recommendations, it enhances efficiency, reduces manual workload, and ensures consistency across multiple platforms. Designed for marketing agencies, this solution helps clients accelerate content production while maintaining high-quality engagement with their audiences.

Mizarket

Developed an AI automation solution for a local clothing reseller "Mizarket" to streamline their inventory management process. Utilizing the n8n platform, I created a system that automatically updates their Shopify website with new listings whenever a new entry is added to their AirTable database, as well as the ability to update and delete listings. This automation significantly reduced manual effort and ensured that the online store was always up-to-date with the latest products.The project involved integrating various tools and platforms to create a seamless workflow. By leveraging n8n’s capabilities, I was able to design a robust automation that monitored the AirTable database for changes and triggered updates to the Shopify store in real-time. This not only improved the efficiency of the reseller’s operations but also enhanced their ability to quickly respond to market demands and customer needs.

Mizzou TAAssignment Sorter

I am a TA at my university, which means I hold office hours for students and help professors grade assignments. Each grader has an assigned grading group on Canvas of students they will evaluate over the course of the semester. An issue that I noticed was wasting a lot of TA's time was that there is no option on Canvas to only download assignments from your grading group, and instead, you would have to download everything and sort through them yourself to find the students in your grading group.I developed a simple Python bot that automatically sorts through all of the downloaded zip assignments, and extracts the assignment folders from only students in your grading group, and labels them in an easy to read structure to enhance grading efficiency across the entire TA department for Information Technology classes