Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Simranpreet Kaur | 3D Glass AI Portfolio</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> | |
| <!-- FLOATING ORBS --> | |
| <div class="orb o1"></div> | |
| <div class="orb o2"></div> | |
| <div class="orb o3"></div> | |
| <<!-- HERO --> | |
| <section class="hero glass-hero"> | |
| <div class="hero-inner"> | |
| <h1 class="hero-name">Simranpreet Kaur</h1> | |
| <h2 class="hero-sub"> | |
| B.Tech CSE (2022–2026) • AI • OpenCV • Machine Learning | |
| </h2> | |
| <p class="hero-text"> | |
| Designing <strong>innovative, visually-aware AI systems</strong> | |
| that combine creativity, performance, and real-world impact. | |
| </p> | |
| <div class="hero-buttons"> | |
| <a class="glass-btn" href="https://huggingface.co/simran40" target="_blank"> | |
| VIEW PROJECTS | |
| </a> | |
| <a class="glass-btn" href="mailto:spreetkaur937@gmail.com"> | |
| CONTACT | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- EDUCATION --> | |
| <section class="glass-3d info"> | |
| <h3>Education</h3> | |
| <p> | |
| <strong>Bachelor of Technology (B.Tech)</strong><br> | |
| Computer Science Engineering<br> | |
| <span>2022 – 2026 | Final Year</span> | |
| </p> | |
| </section> | |
| <!-- INTERNSHIP --> | |
| <section class="glass-3d info"> | |
| <h3>Internship</h3> | |
| <p> | |
| <strong>6-Month Industrial Training</strong><br> | |
| <span>NIELIT, Ropar</span> | |
| </p> | |
| <p> | |
| Worked on AI, Machine Learning and Computer Vision projects. | |
| Implemented OpenCV-based systems, model training pipelines | |
| and deployment-ready applications. | |
| </p> | |
| </section> | |
| <!-- SKILLS --> | |
| <section class="skills"> | |
| <h3>Technical Skills</h3> | |
| <div class="bubble-wrap"> | |
| <span class="bubble">Python</span> | |
| <span class="bubble">Machine Learning</span> | |
| <span class="bubble">OpenCV</span> | |
| <span class="bubble">Computer Vision</span> | |
| <span class="bubble">YOLO</span> | |
| <span class="bubble">NLP</span> | |
| <span class="bubble">TensorFlow</span> | |
| <span class="bubble">NumPy</span> | |
| <span class="bubble">Pandas</span> | |
| <span class="bubble">HTML</span> | |
| <span class="bubble">CSS</span> | |
| </div> | |
| </section> | |
| <!-- PROJECTS --> | |
| <section class="projects"> | |
| <h3>Featured Projects</h3> | |
| <div class="project-grid"> | |
| <div class="project glass-3d"> | |
| <h4>Text to Speech System</h4> | |
| <p>AI-based system converting text into natural human speech.</p> | |
| <div class="project-action"> | |
| <a class="glass-btn small" | |
| href="https://huggingface.co/spaces/simran40/text-to-speech-client" | |
| target="_blank">OPEN PROJECT</a> | |
| </div> | |
| </div> | |
| <div class="project glass-3d"> | |
| <h4>Object Detection System</h4> | |
| <p>Real-time object detection using OpenCV and YOLO.</p> | |
| <div class="project-action"> | |
| <a class="glass-btn small" | |
| href="https://huggingface.co/spaces/simran40/object_detection_system" | |
| target="_blank">OPEN PROJECT</a> | |
| </div> | |
| </div> | |
| <div class="project glass-3d"> | |
| <h4>Stock Market Sentiment</h4> | |
| <p>NLP-based sentiment analysis of stock market data.</p> | |
| <div class="project-action"> | |
| <a class="glass-btn small" | |
| href="https://huggingface.co/spaces/simran40/stock-sentimt" | |
| target="_blank">OPEN PROJECT</a> | |
| </div> | |
| </div> | |
| <div class="project glass-3d"> | |
| <h4>Diamond Price Prediction</h4> | |
| <p>Machine learning regression model for price estimation.</p> | |
| <div class="project-action"> | |
| <a class="glass-btn small" | |
| href="https://huggingface.co/spaces/simran40/diamond_price_prediction" | |
| target="_blank">OPEN PROJECT</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <footer> | |
| © 2025 Simranpreet Kaur • 3D Glass AI Portfolio | |
| </footer> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> | |