Skip to content
View heytanix's full-sized avatar

Block or report heytanix

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.

Content in all repositories owned by your account will be closed.
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
heytanix/README.md

👤 About Me

As a BTech student specializing in Artificial Intelligence and Machine Learning at Jain (Deemed-to-be University), I am actively pursuing internships and opportunities within college clubs to enhance my skills and gain practical experience. I approach the dynamic field of technology with a forward-thinking mindset, fully aware of its transformative potential to shape the future.

I'm constantly honing my skills through:
📚 Engaging in projects and contributing to repositories.
💡 Participating in internships and college club activities to gain hands-on experience.
🎯 Leading tech initiatives as Club Lead of Tech Turing Club.

💻 Tech Stack (Stable & Improving)

Programming Languages

Python C++ Bash Script

AI/ML Frameworks & Libraries

PyTorch TensorFlow Keras NumPy Pandas Matplotlib OpenCV scikit-learn Scipy

Embedded & Hardware

Arduino

Web & Backend

Flask MongoDB Postman Vercel

Version Control & DevOps

Git GitHub GitLab Docker

Design & Creativity Tools

Figma Canva

🫡 Your Donations are most welcome

BuyMeACoffee

Pinned Loading

  1. PROJECT_ARRHYTHMIA PROJECT_ARRHYTHMIA Public

    Classifies cardiac arrhythmia from ECG-derived features into 16 diagnostic classes using a scikit-learn pipeline (imputation → scaling → PCA → Random Forest). Served as a REST API with FastAPI, con…

    Jupyter Notebook

  2. AgentResearcher AgentResearcher Public

    Autonomous ReAct research agent - searches, reads full pages, takes cited notes, and compiles a markdown report using Gemini's native function calling.

    Python

  3. paperRAG paperRAG Public

    RAG-powered Q&A over 50 arXiv papers on LLM agents and tool use. Retrieves relevant chunks with Chroma + sentence-transformers, then generates cited, grounded answers with Gemini. Live demo on Stre…

    Python

  4. GPT2_With_LoRA GPT2_With_LoRA Public

    Full fine-tuning vs. LoRA fine-tuning of GPT-2, compared on real training metrics - under 1% trainable params, 100x smaller checkpoint, near-identical output quality.

    Python

  5. PROJECT_DROWSINESS PROJECT_DROWSINESS Public

    Real-time driver drowsiness detection - PyTorch CNN (98.4% test accuracy) + OpenCV eye tracking, with an audible alarm

    Python