Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran18b authored Aug 14, 2024
1 parent 6da9676 commit 494f9ef
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kiran B's Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Kiran B</h1>
<p>Data Scientist | Biotechnologist</p>
<p>📞 +91 879267458 | 📧 <a href="mailto:kiran5045b@gmail.com">kiran5045b@gmail.com</a></p>
<p>📞 +91 879267458 | 📧 <a href="mailto:kiran5045b@email.com">kiran5045b@email.com</a></p>
<p><a href="https://www.linkedin.com/in/kiran-b-9671b6209" target="_blank">LinkedIn</a> | Davangere, KA</p>
</header>

Expand Down Expand Up @@ -42,24 +45,10 @@ <h2>Experience</h2>

<section id="projects">
<h2>Projects</h2>
<p><strong>IPL Dataset Analysis</strong> | Python | EDA, Query, and Visualization</p>
<ul>
<li>Conducted comprehensive exploratory data analysis, statistical analysis, and data visualization.</li>
<li>Revealed valuable insights into player performance, match statistics, and team strategies.</li>
<li>Presented findings through compelling visualizations to effectively communicate data-driven insights.</li>
</ul>

<p><strong>Students Adaptability Level Online Education</strong> | Python | EDA and ML Algorithms</p>
<ul>
<li>Performed extensive Exploratory Data Analysis (EDA), employing various statistical techniques and visualizations.</li>
<li>Conducted comparative analysis of KNN, logistic regression, and SVM algorithms to predict adaptivity levels in online education.</li>
<li>Developed a highly accurate SVM model to understand students’ adaptability in online learning environments.</li>
</ul>

<p><strong>House Price Prediction</strong></p>
<ul>
<li>This project focuses on predicting house prices in India using various factors such as location, size, and amenities.</li>
<li>Deployed the model using Streamlit: <a href="https://house-price-prediction-india.streamlit.app/" target="_blank">House Price Prediction App</a></li>
<li><strong>IPL Dataset Analysis</strong> | Python | EDA, Query, and Visualization</li>
<li><strong>Students Adaptability Level Online Education</strong> | Python | EDA and ML Algorithms</li>
<li><strong>House Price Prediction</strong> | <a href="https://house-price-prediction-india.streamlit.app/" target="_blank">Visit the App</a></li>
</ul>
</section>
</body>
Expand Down

0 comments on commit 494f9ef

Please sign in to comment.