Skip to content
View jiya-19's full-sized avatar

Highlights

  • Pro

Block or report jiya-19

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

Hi, I'm Jiya Raval 👋

B.Tech Student · Computer Science · AI & Machine Learning

Building things that think, and things that look good doing it.

LinkedIn GitHub


About Me

I'm a Computer Science student from Ahmedabad, specialising in Artificial Intelligence and Machine Learning. I enjoy building projects that sit at the intersection of intelligent systems and clean user experience — from AI-powered tools to interactive web apps.

  • 🎓 B.Tech in Computer Science (AI & ML specialisation)
  • 📍 Ahmedabad, India
  • 🌱 Currently deepening my knowledge in Machine Learning / Deep Learning and Web Development
  • 💡 I like turning ideas into working, deployed products
  • 🤝 Open to collaborations on interesting AI or web projects

Skills

Languages

Python JavaScript HTML5 CSS3 C++ Java C

AI & Machine Learning

scikit-learn NumPy Pandas

Tools & Platforms

Git GitHub VS Code LaTeX Netlify


Featured Projects

Project Description Tech
🔴 PokéDEX Fan Project A fully functional single-page Pokédex with search, filters, mega evolutions, infinite scroll and light/dark themes. Live on Netlify. HTML · CSS · JS · PokéAPI
🤖 AI Career Guide An integrated web toolkit for career development — resume analysis, job-role matching, and an AI chatbot. HTML · Python · AI
🎬 Movie Recommendation System A content-based movie recommender built from scratch in C++ using one-hot encoding and cosine similarity — no external ML libraries. C++ · Algorithms · ML Concepts
💬 Socket Chat Application A multi-client real-time chat system built in C using socket programming, supporting concurrent connections via multithreading. C · Sockets · Multithreading
🧠 Truth Table Generator A cross-platform web and mobile app for analysing logical expressions and generating truth tables instantly. CSS · Logic
🖐️ AI Gesture Mouse Controller An AI-powered desktop automation system that allows users to control their computer using hand gestures and voice commands. OpenCV · MediaPipe · AI · Human-Computer Interaction

Currently Learning

  • 🧠 Deep Learning — neural networks, CNNs, model training
  • 🌐 Advanced Web Development — APIs, deployment, performance

Connect With Me

LinkedIn


Thanks for stopping by! ⭐ Star a repo if you find something useful.

Pinned Loading

  1. AI-Career-Guide AI-Career-Guide Public

    The AI Career Guide is an integrated web-based toolkit designed to assist users in their career development journey. It includes modules for resume analysis, job-role matching, and a chatbot for in…

    HTML

  2. AI-Gesture-Mouse-Controller AI-Gesture-Mouse-Controller Public

    AI-powered desktop controller using hand gesture recognition and voice commands built with OpenCV, MediaPipe, and SpeechRecognition

    Python

  3. Morse-Code-Generator Morse-Code-Generator Public

    A simple Morse Code Translator/Generator built with a lightweight Java backend and a clean HTML/JS frontend.

    Java

  4. Movie-Recommendation-System Movie-Recommendation-System Public

    A content-based movie recommendation system built from scratch using C++ and cosine similarity

    C++

  5. Pokedex-Fan-Project Pokedex-Fan-Project Public

    This is a fan-made Pokédex that lets you browse, search, and filter Pokémon using live data from PokéAPI. It covers all 9 generations (Pokémon #1 through #1025), includes Mega Evolutions, Gigantama…

    HTML

  6. Socket-Chat-Application-Multi-Client-Chat-System-in-C Socket-Chat-Application-Multi-Client-Chat-System-in-C Public

    This project is a lightweight socket-based chat application designed to demonstrate key networking concepts. It includes a multi-threaded server and a simple client with a clean user interface.

    C