Skip to content
View ericmaddox's full-sized avatar

Block or report ericmaddox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ericmaddox/README.md

Typing SVG

Title

Bridging Public Safety and Technology Innovation

AboutTech StackProjectsAnalyticsConnect

LinkedIn Dev.to Portfolio npx ericmaddox Profile Views


About

With 13 years of specialized experience in law enforcement (SWAT & K9 operations) and deep expertise in technology implementation, I architect and deliver enterprise-grade Real-Time Crime Center (RTCC) solutions for public and private sector organizations. My unique perspective combines operational field experience with technical program management, enabling me to build solutions that solve real-world challenges.

As a Senior Technical Program Manager at Axon, I lead the implementation and deployment of Fusus RTCC platforms: cloud-based ecosystems that aggregate live video, data, and sensor feeds from diverse sources to provide unified situational awareness for law enforcement and enterprise security.

Core Focus Areas:

  • Orchestrating complex technical integrations across diverse systems
  • Managing cross-functional teams for scalable solution delivery
  • Collapsing response times through data-driven decision systems
  • Hands-on AI/ML integration and Python development
Eric Maddox's Dev Card

Technology Stack

Languages & Core

AI & Machine Learning

Frameworks & Libraries

Databases

Infrastructure & DevOps

Developer Tools


Credentials

Bachelor of Science in Criminal Justice | Concentration: Forensics & Technology

Google PM IBM Python


Featured Projects

NeurOllama AI

AI assistant with contextual memory, sentiment analysis, and text-to-speech. Maintains conversation history, adapts responses based on user emotional state, and features customizable voice output using Llama 3.2.

Crime Analyst AI

Enterprise crime data analysis platform with dark-themed web UI. Uses Ministral-3:3b for AI-powered predictions, interactive heatmaps, and risk-coded markers on Folium maps.

Mars Nexus Wrapper

Python wrapper for NASA's Mars APIs providing access to weather data, Curiosity/Perseverance rover images, and orbital information. Simplifies integration for space exploration applications.

HTML Dungeon Crawl

Procedurally generated dungeon crawler using HTML5 Canvas. Features turn-based combat, randomized maze generation, fog of war, potion inventory, and dynamic difficulty scaling. Zero external dependencies.

VisualBase64

Lightweight image-to-base64 converter with Tkinter GUI. Drag-and-drop interface for seamless encoding workflows. Ideal for embedding images in HTML, CSS, or JSON.

Orbital Void

Fast-paced top-down space shooter with wave-based combat, upgrade systems, and persistent progression. Features real-time physics, particle effects, and responsive controls. Pure vanilla JavaScript.

Python utility converting Markdown documentation into JSON datasets for LLM fine-tuning. Formatted for HuggingFace Datasets library with structured prompt/completion pairs.

NPX Business Card

Cyberpunk-themed digital business card executable via terminal. Features neon ASCII art, interactive menu, and direct links to socials.

All Repos


GitHub Analytics

GitHub Metrics
github-snake

Connect

Open to collaborations on AI/ML projects, public safety tech, and innovative solutions.

Email LinkedIn Dev.to Hashnode Portfolio


Powered by caffeine, curiosity, and continuous passion for innovation.

Pinned Loading

  1. neurollama-ai neurollama-ai Public

    Interactive AI Chat with Memory and Sentiment Analysis. Features text-to-speech, conversation history retention, and customizable sentiment-aware responses using Llama 3.2 and TextBlob.

    Python 2 1

  2. crime-analyst-ai crime-analyst-ai Public

    A Python project that uses advanced AI models (e.g., ministral-3:3b) to analyze crime data, predict future trends, and visualize insights on interactive maps. Built with pandas and folium, this too…

    Python

  3. markdown-to-ai-dataset markdown-to-ai-dataset Public

    A Python utility to convert Markdown files into JSON datasets for AI language model fine-tuning, specifically formatted for use with the HuggingFace Datasets library.

    Python

  4. visualbase64 visualbase64 Public

    VisualBase64 is a lightweight script written in Python that allows users to easily convert images to Base64 strings. This tool is ideal for developers who need to embed images directly into HTML, C…

    Python

  5. mars-nexus-wrapper mars-nexus-wrapper Public

    A Python wrapper for interacting with NASA's APIs to retrieve Mars-related data, including weather, rover images, and orbital information.

    Python

  6. html-dungeon-crawl html-dungeon-crawl Public

    A procedurally generated dungeon crawler implemented using the HTML5 Canvas API and pure JavaScript. This roguelite game features turn-based combat, randomized maze generation, fog of war, and a po…

    HTML