simran40 commited on
Commit
d7d9b12
Β·
verified Β·
1 Parent(s): ecbd476

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -41
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Simranpreet Kaur | AI Engineer Portfolio</title>
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
 
@@ -12,35 +12,36 @@
12
  <!-- HERO -->
13
  <section class="glass">
14
  <h1>Simranpreet Kaur</h1>
15
- <div class="subtitle">B.Tech CSE (Final Year) β€’ AI / ML Engineer</div>
16
 
17
  <p>
18
- Passionate Computer Science Engineering student focused on building
19
- <strong>intelligent, scalable, real-world AI systems</strong> using
20
- Machine Learning, Computer Vision, and Data Science.
21
  </p>
22
 
23
- <a class="btn" href="https://huggingface.co/simran40" target="_blank">Hugging Face Profile</a>
 
 
24
  </section>
25
 
26
  <!-- OBJECTIVE -->
27
  <section class="glass">
28
  <h2>Career Objective</h2>
29
  <p>
30
- To secure an entry-level role or internship in Artificial Intelligence
31
- or Machine Learning where I can apply strong technical skills, gain
32
- industry exposure, and contribute to innovative, impact-driven projects.
33
  </p>
34
  </section>
35
 
36
- <!-- QUALIFICATION / EDUCATION -->
37
  <section class="glass">
38
- <h2>Qualification</h2>
39
  <p>
40
  <strong>Bachelor of Technology (B.Tech)</strong><br>
41
  Computer Science Engineering<br>
42
- <strong>Duration:</strong> 2022 – 2026<br>
43
- <strong>Status:</strong> Final Year Student
44
  </p>
45
  </section>
46
 
@@ -57,63 +58,42 @@
57
  <div class="skill">TensorFlow</div>
58
  <div class="skill">NumPy</div>
59
  <div class="skill">Pandas</div>
60
- <div class="skill">Matplotlib</div>
61
  <div class="skill">HTML</div>
62
  <div class="skill">CSS</div>
63
  </div>
64
  </section>
65
 
66
- <!-- INTERNSHIP / TRAINING -->
67
- <section class="glass">
68
- <h2>Internship / Training</h2>
69
- <p>
70
- <strong>AI / ML Training</strong><br>
71
- Completed hands-on training in Machine Learning and Computer Vision,
72
- working on real-world projects including object detection, text-to-speech,
73
- sentiment analysis, and predictive models.
74
- </p>
75
- </section>
76
-
77
  <!-- PROJECTS -->
78
  <section class="glass">
79
  <h2>Live AI Projects</h2>
80
 
81
  <div class="project">
82
  <h3>πŸ”Š Text to Speech System</h3>
83
- <p>Converts text into natural-sounding speech using AI.</p>
84
- <a class="btn" href="https://huggingface.co/spaces/simran40/text-to-speech-client" target="_blank">Open Live Demo</a>
85
  </div>
86
 
87
  <div class="project">
88
  <h3>🎯 Object Detection System</h3>
89
- <p>Real-time object detection using YOLO and computer vision.</p>
90
- <a class="btn" href="https://huggingface.co/spaces/simran40/object_detection_system" target="_blank">Open Live Demo</a>
91
  </div>
92
 
93
  <div class="project">
94
  <h3>πŸ“ˆ Stock Market Sentiment Analysis</h3>
95
  <p>NLP-based sentiment analysis for market trends.</p>
96
- <a class="btn" href="https://huggingface.co/spaces/simran40/stock-sentimt" target="_blank">Open Live Demo</a>
97
  </div>
98
 
99
  <div class="project">
100
  <h3>πŸ’Ž Diamond Price Prediction</h3>
101
  <p>Machine learning regression model for price prediction.</p>
102
- <a class="btn" href="https://huggingface.co/spaces/simran40/diamond_price_prediction" target="_blank">Open Live Demo</a>
103
  </div>
104
  </section>
105
 
106
- <!-- CONTACT -->
107
- <section class="glass contact-box">
108
- <h2>Contact</h2>
109
- <p>
110
- πŸ“§ Email: <strong>spreetkaur937@gmail.com</strong><br>
111
- πŸ€— Hugging Face: <strong>simran40</strong>
112
- </p>
113
- </section>
114
-
115
  <footer>
116
- Β© 2025 Simranpreet Kaur β€’ AI Engineer Portfolio
117
  </footer>
118
 
119
  </body>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Simranpreet Kaur | AI Portfolio</title>
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
 
 
12
  <!-- HERO -->
13
  <section class="glass">
14
  <h1>Simranpreet Kaur</h1>
15
+ <div class="subtitle">B.Tech CSE (2022–2026) β€’ Final Year</div>
16
 
17
  <p>
18
+ Final-year Computer Science Engineering student passionate about
19
+ building <strong>innovative, real-world AI solutions</strong>
20
+ using Machine Learning, Computer Vision, and Data Science.
21
  </p>
22
 
23
+ <a class="btn" href="https://huggingface.co/simran40" target="_blank">
24
+ Hugging Face Profile
25
+ </a>
26
  </section>
27
 
28
  <!-- OBJECTIVE -->
29
  <section class="glass">
30
  <h2>Career Objective</h2>
31
  <p>
32
+ To start my professional journey as an AI/ML Engineer where I can
33
+ apply my technical knowledge, continuously learn new technologies,
34
+ and contribute to impactful, innovative projects.
35
  </p>
36
  </section>
37
 
38
+ <!-- EDUCATION -->
39
  <section class="glass">
40
+ <h2>Education</h2>
41
  <p>
42
  <strong>Bachelor of Technology (B.Tech)</strong><br>
43
  Computer Science Engineering<br>
44
+ <strong>Duration:</strong> 2022 – 2026 (Final Year)
 
45
  </p>
46
  </section>
47
 
 
58
  <div class="skill">TensorFlow</div>
59
  <div class="skill">NumPy</div>
60
  <div class="skill">Pandas</div>
 
61
  <div class="skill">HTML</div>
62
  <div class="skill">CSS</div>
63
  </div>
64
  </section>
65
 
 
 
 
 
 
 
 
 
 
 
 
66
  <!-- PROJECTS -->
67
  <section class="glass">
68
  <h2>Live AI Projects</h2>
69
 
70
  <div class="project">
71
  <h3>πŸ”Š Text to Speech System</h3>
72
+ <p>AI-based system that converts text into natural speech.</p>
73
+ <a class="btn" href="https://huggingface.co/spaces/simran40/text-to-speech-client" target="_blank">Open Project</a>
74
  </div>
75
 
76
  <div class="project">
77
  <h3>🎯 Object Detection System</h3>
78
+ <p>Real-time object detection using YOLO and OpenCV.</p>
79
+ <a class="btn" href="https://huggingface.co/spaces/simran40/object_detection_system" target="_blank">Open Project</a>
80
  </div>
81
 
82
  <div class="project">
83
  <h3>πŸ“ˆ Stock Market Sentiment Analysis</h3>
84
  <p>NLP-based sentiment analysis for market trends.</p>
85
+ <a class="btn" href="https://huggingface.co/spaces/simran40/stock-sentimt" target="_blank">Open Project</a>
86
  </div>
87
 
88
  <div class="project">
89
  <h3>πŸ’Ž Diamond Price Prediction</h3>
90
  <p>Machine learning regression model for price prediction.</p>
91
+ <a class="btn" href="https://huggingface.co/spaces/simran40/diamond_price_prediction" target="_blank">Open Project</a>
92
  </div>
93
  </section>
94
 
 
 
 
 
 
 
 
 
 
95
  <footer>
96
+ Β© 2025 Simranpreet Kaur β€’ Creative AI Glass Portfolio
97
  </footer>
98
 
99
  </body>