Skip to content
View immanuel-peter's full-sized avatar

Highlights

  • Pro

Block or report immanuel-peter

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
immanuel-peter/README.md

Immanuel Peter – CS, Physics & Math Student at UChicago | Aspiring AI Engineer

Profile Views

About Me

  • Student at the University of Chicago majoring in Computer Science, Physics and Mathematics.
  • Focused on neural network training, machine learning infrastructure, and autonomous systems.
  • Passionate about bridging research with real world applications, from model design to deployment pipelines.

Goals

  • Short term: Become an AI Engineering intern on the Tesla FSD or Waymo Driver team.
  • Long term: Build developer-first platforms and found tech companies that blend deep engineering with user simplicity.

Projects

AutoMoE – Mixture-of-Experts Self-Driving Model

GitHub Repo

  • Developing a modular Mixture-of-Experts (MoE) architecture for autonomous driving within the CARLA simulator.
  • Combines multiple specialized perception experts (object detection, drivable area segmentation, etc.) using a learned gating network to handle diverse driving contexts.
  • Built high-performance data pipelines and multi-GPU training scripts (DistributedDataParallel) for large autonomous driving datasets including BDD100K, nuScenes and CARLA.

CARLA Autopilot Multimodal Dataset

Hugging Face

  • Large-scale multimodal dataset (~365 GB, ≈82k frames) with synchronized RGB images, semantic segmentation, LiDAR point clouds, 2D bounding boxes, ego-vehicle states, and rich environment metadata.
  • Designed for research in object detection, segmentation, sensor fusion, imitation learning, and reinforcement learning.
  • Built on CARLA with varied weather, maps, and controllable traffic; packaged for Hugging Face Datasets with train/val/test splits and reproducible pipelines.

CARLA Autopilot Images Dataset

Hugging Face

  • Open, multi-camera dataset (~188 GB, ≈68k frames) with synchronized RGB images, ego pose/velocity, control signals, traffic density, and collision logs.
  • Collected in CARLA using synchronous stepping (Δt = 0.05 s), variable weather, and controllable NPC traffic; fixed extrinsics for front, front-left 45°, front-right 45°, and rear cameras.
  • Packaged for Hugging Face Datasets with stable splits (56.2k/4.8k/7.2k) and a reproducible collection pipeline derived from AutoMoE. Suitable for imitation learning, vision-to-control, and sensor-fusion benchmarks.

Semantic Image Search

GitHub Repo

  • Full-stack application for semantic image retrieval powered by OpenAI’s CLIP model.
  • Next.js frontend (TypeScript & Tailwind CSS) provides a responsive interface for text-based search.
  • FastAPI backend indexes images and computes CLIP embeddings to find and return similar images.

LocalRAG – Terminal-based LLM with Infinite Memory

GitHub Repo

  • A terminal-based LLM chat tool with infinite memory through FAISS-powered local vector search.
  • Designed to turn your terminal into a Claude/GPT-like chat interface with persistent, searchable memory.
  • 100% local and privacy-respecting.

Portfolio

Visit my digital homepage at ipeter.tech for my resume, academic progress, and evolving journey in AI, software engineering and entrepreneurship. You can also interact with ImmanuelAI, a chatbot that answers questions on my behalf.

Contact Me

Outlook LinkedIn X

Pinned Loading

  1. self-driving-model self-driving-model Public

    Jupyter Notebook

  2. localrag localrag Public

    Terminal LLM Interface with Infinite Memory

    Python 1

  3. semantic-image-search semantic-image-search Public

    Semantic image search with PyTorch and OpenAI CLIP. Utilizes FastAPI for backend and Nextjs for frontend.

    TypeScript

  4. nextjs-fastapi-template nextjs-fastapi-template Public template

    Full-stack application template with Next.js frontend, FastAPI backend, and Postgres database

    TypeScript