Skip to content
View chhhee10's full-sized avatar

Block or report chhhee10

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
chhhee10/README.md

Chetan Raghuvanshi


πŸ“‚ Explorer

> CHEEHH10 (WORKSPACE)


πŸ“„ README.md

# Hi there, I'm Chetan πŸ‘‹

I'm a Computer Science Engineering Student specializing in **IoT**, **Cyber-Security**, and **Blockchain** at Sir M. Visvesvaraya Institute Of Technology. 

- πŸ’Ό **Experience**: Web Developer Intern at All India Organization of Pensioners.
- πŸŽ“ **Education**: Expected graduation in 2027.
- ⚑ **Passion**: I like building things from Edge ML devices to decentralized Blockchain auth systems.

{} skills.json

{
  "languages": ["C/C++", "Python", "Java", "JavaScript", "HTML/CSS", "SQL"],
  "frameworks": ["React", "Node.js", "FastAPI", "ESP32", "Arduino", "IoT Systems"],
  "tools": ["Git", "GitHub", "VS Code", "Docker", "Linux"],
  "libraries": ["NumPy", "pandas", "Matplotlib", "OpenCV", "MediaPipe", "TensorFlow", "STL"]
}

πŸš€ projects.ts

interface Project {
  name: string;
  description: string;
  technologies: string[];
  link: string;
}

const projects: Project[] = [
  {
    name: "Vaultless",
    description: "Behavioural identity authentication system securely anchored on Ethereum.",
    technologies: ["Blockchain", "Ethereum", "Identity Auth", "Web3"],
    link: "https://github.com/chhhee10/vaultless"
  },
  {
    name: "Aegis Agent",
    description: "High-performance command-line File Integrity Monitoring (FIM) engine.",
    technologies: ["Python", "Cybersecurity", "BLAKE3", "CLI"],
    link: "https://github.com/chhhee10/aegis-agent"
  },
  {
    name: "Air Quality Monitoring System",
    description: "Real-time IoT system deploying on-device Edge ML for latency-free classification.",
    technologies: ["ESP32", "IoT", "Edge ML", "Python"],
    link: "https://github.com/chhhee10/air-quality-monitoring"
  }
];

>_ Terminal

chetan@ubuntu:~/workspace$ whoami
Chetan Raghuvanshi

chetan@ubuntu:~/workspace$ cat contacts.txt
πŸ“¬ Email: chetanraghuvanshi85@gmail.com
πŸ”— LinkedIn: linkedin.com/in/chetan-raghuvanshi
πŸ™ GitHub: github.com/chhhee10

chetan@ubuntu:~/workspace$ ./fetch_github_stats.sh --user chhhee10

Github Stats

GitHub Streak

Popular repositories Loading

  1. AR-Camera-Tracking-and-Interpretor-App- AR-Camera-Tracking-and-Interpretor-App- Public

    AR camera tracking software in c++

    Jupyter Notebook

  2. Aegis_Agent Aegis_Agent Public

    Forked from mayur-3112/Aegis_Agent

    Python

  3. Deep-Space-Communication-Optimizer-Prototype-1 Deep-Space-Communication-Optimizer-Prototype-1 Public

    JavaScript

  4. GATE-CSE-notes GATE-CSE-notes Public

    Forked from Priyanshuu-2109/GATE-CSE-notes

    Handwritten notes of all the subjects in GATE CSE.

  5. aqi-iot-ml aqi-iot-ml Public

    Real-time air quality monitoring system using IoT sensors and machine learning. The project trains an initial AQI model using a public dataset and continuously improves it by feeding live sensor da…

    Python

  6. Air-Quality-Monitoring-System Air-Quality-Monitoring-System Public

    Jupyter Notebook