Skip to content
View DevaRajan8's full-sized avatar
💭
Just A Student
💭
Just A Student

Highlights

  • Pro

Block or report DevaRajan8

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

Hey there! I'm Devarajan S 👋

I'm a passionate AI & Data Science student who thrives on transforming complex problems into intelligent solutions. My journey revolves around building cutting-edge AI systems that bridge the gap between research and real-world applications.

What I'm All About

  • I specialize in: Agentic AI, LLM Development, RAG Systems, NLP Processing, and Full-Stack Development
  • My mission: Building the future with AI while making technology accessible and impactful
  • Why I do it: For the thrill of pushing boundaries and exploring the endless possibilities of intelligent systems

My Toolbox

  • My trusty sidekick: Python
  • AI/ML Arsenal: TensorFlow, PyTorch, Transformers, spaCy
  • Web Technologies: JavaScript, React, Django, Flask, FastAPI
  • Mobile Development: React Native
  • Cloud & Data: AWS, GCP, MongoDB, PostgreSQL, Redis

Currently Learning At

B.Tech in AI & Data Science - Amrita Vishwa Vidyapeetham (2023-2027)

Exploring the frontiers of artificial intelligence, machine learning, and data science while building practical solutions that make a difference.

Connect With Me


Popular repositories Loading

  1. Balloon-Rise-Up Balloon-Rise-Up Public

    Balloon Rise Up is an engaging game developed in the Jack programming language, a core component of the Nand2Tetris course. Players navigate a balloon through dynamically generated obstacles, testi…

    1 1

  2. DevaRajan8 DevaRajan8 Public

  3. Mycompiler Mycompiler Public

    This project is a compiler that supports multiple programming languages including C, Python, and Java. It's designed to make the compilation process seamless and efficient for developers working wi…

    JavaScript

  4. LLM-for-hydrogen-storage LLM-for-hydrogen-storage Public

    Forked from Sharukesh3/LLM-for-hydrogen-storage

    The LARGE LANGUAGE MODEL FOR HYDROGEN STORAGE project uses advanced natural language processing to improve research efficiency. It offers concise summaries and answers questions about hydrogen stor…

    Jupyter Notebook

  5. GUI-Driven-Text-Compression GUI-Driven-Text-Compression Public

    Forked from Sharukesh3/GUI-Driven-Text-Compression

    This project is a GUI-Driven Text Compression application, showcasing Data Structures and Algorithms (DSA) and Object-Oriented Programming (OOP) concepts. Developed in Java and Python, it features …

    Java

  6. Maximum-sum-rectangle Maximum-sum-rectangle Public

    Kadane's algorithm can find the maximum sum rectangle in a 2D array by iterating over column pairs, computing row sums for each pair, and applying Kadane's algorithm to these sums. This identifies …

    C