Skip to content
View ManiAm's full-sized avatar

Highlights

  • Pro

Block or report ManiAm

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ManiAm/README.md

Homelab blog

Virtual Lab and Simulation

FRR-LabNet

DPDK-LabNet

VPP-LabNet

  • Description: A lightweight container-based lab using VPP and FRRouting to simulate high-speed packet forwarding and dynamic routing across multiple virtual nodes.

  • Github: https://github.com/ManiAm/vpp-labnet

P4-Mininet

QEMU-LabNet

  • Description: qemu-labnet is a cross-architecture virtualization lab that connects lightweight QEMU VMs across ARM64 and x86_64 platforms with TAP/VXLAN networking, shared host data, and a Flask-based QMP dashboard.

  • Github: https://github.com/ManiAm/qemu-labnet


Lab Access and Control

Sonic-Proxy

  • Description: sonic-proxy is a lightweight HTTP proxy service for SONiC NOS, enabling outbound internet access for internal applications and containers.

  • Github: https://github.com/ManiAm/sonic-proxy

Terminal Server

  • Description: A lightweight Telnet proxy that multiplexes a single remote session across multiple local clients for collaboration, monitoring, and debugging.

  • Github: https://github.com/ManiAm/terminal-server

Lab-CLI

  • Description: Lab-CLI is a Klish-based, network-style command interface that exposes safe, structured lab operations through a controlled, auditable CLI.

  • Github: https://github.com/ManiAm/Lab-cli

Soft-Seal

  • Description: Soft Seal is a host-bound secret-sealing tool that derives encryption keys from a machine’s identity so secrets stay usable only on that specific host while storing only the encrypted data.

  • Github: https://github.com/ManiAm/Soft-Seal


GNS3 Lab Automation

GNS-Bench

GNS-Sonic-LLDP-Discover

GNS-Sonic-Telemetry

GNS-Sonic-FlowMon

  • Description: Sonic-FlowMon is a traffic visibility and telemetry toolkit for SONiC devices, featuring real-time packet sniffing, PCAP export, and scalable sFlow monitoring via UDP.

  • Github: https://github.com/ManiAm/GNS-Sonic-FlowMon

GNS-Sonic-Traffic

GNS-Sonic-ZTP

  • Description: A hands-on lab demonstrating SONiC ZTP in GNS3, including building a ZTP-enabled SONiC VS image and automating switch configuration using DHCP and a provisioning server.

  • Github: https://github.com/ManiAm/GNS-Sonic-ZTP


DevOps - CI/CD

Primes-CPP

  • Description: A small C++ project for prime number utilities, used as a demo for CI pipelines with build, test, static analysis, linting and code coverage.

  • Github: https://github.com/ManiAm/primes-cpp

Primes-Python

  • Description: A small Python project for prime number utilities, used as a demo for CI pipelines with formatting, linting, static analysis, documentation generation, packaging, test and code coverage.

  • Github: https://github.com/ManiAm/primes-python

Jenkins-Pipeline


DevOps

Cache-Forge

  • Description: Cache-Forge is a self-hosted artifact caching gateway that uses JFrog Artifactory OSS to locally mirror and accelerate access to artifacts across a home lab environment.

  • Github: https://github.com/ManiAm/Cache-Forge

Slurm Cluster on Docker


Cisco Webex

Webex-REST

  • Description: Webex-API-Client is a minimalist Python client for automating team, room, membership, and messaging operations using the Webex REST API.

  • Github: https://github.com/ManiAm/webex-rest

Webex-Assistant

  • Description: Webex-Assistant is a programmable bot framework for Webex that enables users to trigger actions, automate workflows, and retrieve contextual information through chat-based commands.

  • Github: https://github.com/ManiAm/webex-assistant


Embedded and Monitoring

NTP Server

SkyWatch

  • Description: Real-time aircraft monitoring, enrichment, and alerting system using ADS-B data from dump1090-fa. Logs flights and sends proximity-based alerts via Discord.

  • Cluster Node: gps

  • Github: https://github.com/ManiAm/raspi-skywatch

Enviro-Watch

  • Description: A lightweight system for collecting temperature, humidity, and battery data from multiple BLE environmental sensors (LYWSD03MMC) using a Raspberry Pi. It decodes advertisements, enriches sensor metadata, and forwards the data to a remote InfluxDB database for storage, visualization, and analysis.

  • Cluster Node: ares

  • Github: https://github.com/ManiAm/raspi-enviro-watch

Uptime Monitor


Media Applications

MoviePulse

  • Description: A lightweight, self-hosted web application designed to help families discover trending movies and TV shows.

  • Cluster Node: artemis

  • Github: https://github.com/ManiAm/moviepulse

Media-Stack

  • Description: Media-Stack is a self-hosted automation suite for managing, optimizing, and streaming your media library using Dockerized tools like Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, qBittorrent, SABnzbd, Jellyseerr, etc. secured with Gluetun VPN gateway for anonymous and protected downloads.

  • Cluster Node: WSL

  • Github: https://github.com/ManiAm/media-stack


Web Applications and Services

Video2Audio

  • Description: Video2Audio is a microservice-based web application that enables users to upload video files and automatically extracts the corresponding audio track.

  • Cluster Node: artemis

  • Github: https://github.com/ManiAm/Video2Audio

DataSpider

  • Description: DataSpider is a distributed web scraping platform that uses gRPC for task submission, Celery for asynchronous task processing, and Elasticsearch for indexing scraped content. It supports real-time content search.

  • Cluster Node: artemis

  • Github: https://github.com/ManiAm/DataSpider

Rate-Limiter

  • Description: Rate-limiter demonstrates and compares different rate-limiting algorithms (token bucket, leaky bucket, fixed window, sliding window, etc.). It provides easy-to-use decorators and middleware for applying limits to Flask endpoints. It helps developers understand server-side behaviors and client-side strategies for handling rate limits.

  • Github: https://github.com/ManiAm/rate-limiter


AI/ML NLP Projects

Speak-IO

  • Description: A web API for speech-to-text (STT) and text-to-speech (TTS) that integrates with existing engines, supporting real-time audio streaming and modular engine selection.

  • Github: https://github.com/ManiAm/Speak-IO

Trigger-Talk

  • Description: Trigger-Talk is an offline-capable hotword detection framework that passively listens for custom wake phrases to trigger speech recognition or automation workflows.

  • Github: https://github.com/ManiAm/Trigger-Talk

LLM-Talk

Transcribe-Voicemail

  • Description: Transcribe-Voicemail is a self-hosted system that integrates with FreePBX to automatically transcribe voicemail audio into text and deliver it via email using local speech-to-text processing.

  • Github: https://github.com/ManiAm/Transcribe-Voicemail


AI/ML Projects

Ollama-remote-models

RAG-Search

  • Description: RAG-Search is a web-based chat interface that combines LLMs with document-aware retrieval for context-rich, AI-powered conversations.

  • Github: https://github.com/ManiAm/RAG-Search

RAG-Mail

  • Description: RAG-Mail is a thread-aware email processing system that semantically indexes conversations and attachments for context-rich retrieval using RAG.

  • Github: https://github.com/ManiAm/RAG-Mail

Job-Genius

  • Description: Job-Genius is an AI-powered job discovery platform that helps users find, evaluate, and personalize job opportunities using semantic search, resume matching, and real-time insights.

  • Github: https://github.com/ManiAm/Job-Genius

Home-MCP

  • Description: A locally hosted MCP server that exposes tool-based APIs for use by LLM clients in a privacy-preserving and extensible environment.

  • Github: https://github.com/ManiAm/home-MCP

Personal Assistant


Profile Views

Pinned Loading

  1. VENTOS_Public VENTOS_Public Public

    VEhicular NeTwork Open Simulator (VENTOS)

    C++ 59 26

  2. RAG-Mail RAG-Mail Public

    RAG-Mail is a thread-aware email processing system that semantically indexes conversations and attachments for context-rich retrieval using RAG.

    Python 6 1

  3. Trigger-Talk Trigger-Talk Public

    Trigger-Talk is an offline-capable hotword detection framework that passively listens for custom wake phrases to trigger speech recognition or automation workflows.

    Python 4 1

  4. raspi-ntp-server raspi-ntp-server Public

    Configuring a Raspberry Pi as a NTP server using GPS and PPS for accurate time synchronization.

    Python 2

  5. Transcribe-Voicemail Transcribe-Voicemail Public

    Transcribe-Voicemail is a self-hosted system that integrates with FreePBX to automatically transcribe voicemail audio into text and deliver it via email using local speech-to-text processing.

    Python 2