simran40 commited on
Commit
a17a186
Β·
verified Β·
1 Parent(s): 260566f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +80 -81
index.html CHANGED
@@ -8,100 +8,99 @@
8
  </head>
9
 
10
  <body class="dark">
11
- <!-- PARTICLES -->
12
- <div id="particles"></div>
13
 
14
- <!-- TOGGLE -->
15
- <button id="themeToggle">πŸŒ™</button>
16
 
17
- <!-- HERO -->
18
- <section class="glass">
19
- <h1>Simranpreet Kaur</h1>
20
- <p class="subtitle">B.Tech CSE (2022–2026) β€’ Final Year</p>
21
 
22
- <p>
23
- Final-year Computer Science Engineering student passionate about building
24
- <strong>innovative, real-world AI systems</strong> using Machine Learning,
25
- Computer Vision, and Data Science.
26
- </p>
27
 
28
- <div class="links">
29
- <a href="mailto:spreetkaur937@gmail.com">πŸ“§ Email</a>
30
- <a href="https://huggingface.co/simran40" target="_blank">πŸ€— Hugging Face</a>
31
- </div>
32
- </section>
33
 
34
- <!-- OBJECTIVE -->
35
- <section class="glass">
36
- <h2>Career Objective</h2>
37
- <p>
38
- To start my professional career as an AI/ML Engineer where I can apply
39
- strong problem-solving skills, continuously learn advanced technologies,
40
- and contribute to impactful, innovation-driven projects.
41
- </p>
42
- </section>
43
 
44
- <!-- EDUCATION -->
45
- <section class="glass">
46
- <h2>Education</h2>
47
- <p>
48
- <strong>Bachelor of Technology (B.Tech)</strong><br>
49
- Computer Science Engineering<br>
50
- <b>2022 – 2026</b> (Final Year)
51
- </p>
52
- </section>
53
 
54
- <!-- SKILLS -->
55
- <section class="glass">
56
- <h2>Technical Skills</h2>
57
- <div class="skills">
58
- <span>Python</span>
59
- <span>Machine Learning</span>
60
- <span>Computer Vision</span>
61
- <span>YOLO</span>
62
- <span>NLP</span>
63
- <span>OpenCV</span>
64
- <span>TensorFlow</span>
65
- <span>Pandas</span>
66
- <span>NumPy</span>
67
- <span>HTML</span>
68
- <span>CSS</span>
69
- </div>
70
- </section>
71
 
72
- <!-- PROJECTS -->
73
- <section class="glass">
74
- <h2>Live AI Projects</h2>
75
 
76
- <div class="project">
77
- <h3>πŸ”Š Text to Speech</h3>
78
- <p>AI system converting text into natural speech.</p>
79
- <a href="https://huggingface.co/spaces/simran40/text-to-speech-client" target="_blank">Open Demo</a>
80
- </div>
 
 
81
 
82
- <div class="project">
83
- <h3>🎯 Object Detection</h3>
84
- <p>Real-time object detection using YOLO.</p>
85
- <a href="https://huggingface.co/spaces/simran40/object_detection_system" target="_blank">Open Demo</a>
86
- </div>
 
 
87
 
88
- <div class="project">
89
- <h3>πŸ“ˆ Stock Sentiment Analysis</h3>
90
- <p>NLP-based sentiment analysis for stock data.</p>
91
- <a href="https://huggingface.co/spaces/simran40/stock-sentimt" target="_blank">Open Demo</a>
92
- </div>
 
 
93
 
94
- <div class="project">
95
- <h3>πŸ’Ž Diamond Price Prediction</h3>
96
- <p>Regression-based ML prediction system.</p>
97
- <a href="https://huggingface.co/spaces/simran40/diamond_price_prediction" target="_blank">Open Demo</a>
98
- </div>
99
- </section>
 
 
100
 
101
- <footer>
102
- Β© 2025 Simranpreet Kaur β€’ AI Portfolio
103
- </footer>
104
 
105
- <script src="script.js"></script>
106
  </body>
107
  </html>
 
8
  </head>
9
 
10
  <body class="dark">
 
 
11
 
12
+ <div id="particles"></div>
13
+ <button id="themeToggle">πŸŒ™</button>
14
 
15
+ <!-- HERO -->
16
+ <section class="glass hero">
17
+ <h1>Simranpreet Kaur</h1>
18
+ <p class="subtitle">B.Tech CSE (2022–2026) β€’ Final Year</p>
19
 
20
+ <p class="intro">
21
+ Final-year Computer Science Engineering student focused on building
22
+ <strong>innovative, production-ready AI systems</strong>
23
+ using Machine Learning, Computer Vision, and Data Science.
24
+ </p>
25
 
26
+ <div class="links">
27
+ <a href="mailto:spreetkaur937@gmail.com">πŸ“§ Email</a>
28
+ <a href="https://huggingface.co/simran40" target="_blank">πŸ€— Hugging Face</a>
29
+ </div>
30
+ </section>
31
 
32
+ <!-- OBJECTIVE -->
33
+ <section class="glass">
34
+ <h2>Career Objective</h2>
35
+ <p>
36
+ To begin my professional career in Artificial Intelligence and
37
+ Machine Learning where I can apply strong problem-solving skills,
38
+ work on impactful technologies, and grow in an innovation-driven environment.
39
+ </p>
40
+ </section>
41
 
42
+ <!-- EDUCATION -->
43
+ <section class="glass">
44
+ <h2>Education</h2>
45
+ <p>
46
+ <strong>Bachelor of Technology (B.Tech)</strong><br>
47
+ Computer Science Engineering<br>
48
+ <b>2022 – 2026</b> (Final Year)
49
+ </p>
50
+ </section>
51
 
52
+ <!-- SKILLS -->
53
+ <section class="glass">
54
+ <h2>Technical Skills</h2>
55
+ <div class="skills">
56
+ <span>Python</span><span>Machine Learning</span><span>Computer Vision</span>
57
+ <span>YOLO</span><span>NLP</span><span>OpenCV</span>
58
+ <span>TensorFlow</span><span>Pandas</span><span>NumPy</span>
59
+ <span>HTML</span><span>CSS</span>
60
+ </div>
61
+ </section>
 
 
 
 
 
 
 
62
 
63
+ <!-- PROJECTS -->
64
+ <section class="glass">
65
+ <h2>Live AI Projects</h2>
66
 
67
+ <div class="project">
68
+ <h3>πŸ”Š Text to Speech System</h3>
69
+ <p>AI-based system that converts written text into natural-sounding speech.</p>
70
+ <a class="project-btn" href="https://huggingface.co/spaces/simran40/text-to-speech-client" target="_blank">
71
+ OPEN PROJECT
72
+ </a>
73
+ </div>
74
 
75
+ <div class="project">
76
+ <h3>🎯 Object Detection System</h3>
77
+ <p>Real-time object detection using YOLO and computer vision.</p>
78
+ <a class="project-btn" href="https://huggingface.co/spaces/simran40/object_detection_system" target="_blank">
79
+ OPEN PROJECT
80
+ </a>
81
+ </div>
82
 
83
+ <div class="project">
84
+ <h3>πŸ“ˆ Stock Market Sentiment Analysis</h3>
85
+ <p>NLP-based sentiment analysis for stock market trends.</p>
86
+ <a class="project-btn" href="https://huggingface.co/spaces/simran40/stock-sentimt" target="_blank">
87
+ OPEN PROJECT
88
+ </a>
89
+ </div>
90
 
91
+ <div class="project">
92
+ <h3>πŸ’Ž Diamond Price Prediction</h3>
93
+ <p>Machine learning regression model for diamond price prediction.</p>
94
+ <a class="project-btn" href="https://huggingface.co/spaces/simran40/diamond_price_prediction" target="_blank">
95
+ OPEN PROJECT
96
+ </a>
97
+ </div>
98
+ </section>
99
 
100
+ <footer>
101
+ Β© 2025 Simranpreet Kaur β€’ Creative AI Glass Portfolio
102
+ </footer>
103
 
104
+ <script src="script.js"></script>
105
  </body>
106
  </html>