Skip to content

Commit

Permalink
[V2.0] Removed Unwanted Comments & Updated Resume Link
Browse files Browse the repository at this point in the history
  • Loading branch information
inboxpraveen committed Nov 5, 2023
1 parent c039817 commit 2731b27
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 106 deletions.
2 changes: 2 additions & 0 deletions blogs/nlp/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Updating soon...</span></h1>
</div>
</div>

</section>

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
Expand Down
16 changes: 0 additions & 16 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,6 @@ <h1 class="fw-bolder">Get in touch</h1>
</div>
</section>
</main>

<!-- Footer-->
<!-- <footer class="bg-white py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0">Copyright &copy; Your Website 2023</div></div>
<div class="col-auto">
<a class="small" href="#!">Privacy</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Terms</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Contact</a>
</div>
</div>
</div>
</footer> -->

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
Expand Down
18 changes: 0 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ <h1 class="display-3 fw-bolder mb-5"><span class="text-gradient d-inline">Grow w
<!-- Header profile picture-->
<div class="d-flex justify-content-center mt-5 mt-xxl-0">
<div class="profile bg-gradient-primary-to-secondary">
<!-- TIP: For best results, use a photo with a transparent background like the demo example below-->
<!-- Watch a tutorial on how to do this on YouTube (link)-->
<img class="profile-img" src="assets/hero_3.png" alt="..." />
<div class="dots-1">
<!-- SVG Dots-->
Expand Down Expand Up @@ -237,22 +235,6 @@ <h2 class="display-5 fw-bolder"><span class="text-gradient d-inline">About Me</s
</section>
</main>

<!-- Footer
<footer class="bg-white py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0">Copyright &copy; Your Website 2023</div></div>
<div class="col-auto">
<a class="small" href="#!">Privacy</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Terms</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Contact</a>
</div>
</div>
</div>
</footer> -->

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
Expand Down
65 changes: 0 additions & 65 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,55 +67,6 @@
</div>
</div>
</nav>
<!-- Projects Section-->
<!-- <section class="py-5">
<div class="container px-5 mb-5">
<div class="text-center mb-5">
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Projects</span></h1>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-11 col-xl-12 col-xxl-8">
<div class="card overflow-hidden shadow rounded-4 border-0 mb-5">
<div class="card-body p-0">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Context Search Engine</h2>
<p>A simple interface where users can search for contextually relevant text passages in documents. It employs DistilBERT model for semantic embeddings and FAISS for efficient similarity search. When users enter a query, the system returns the most contextually relevant text passage from the corpus and highlights the matched keywords.</p>
</div>
<img class="img-fluid" src="https://dummyimage.com/300x400/343a40/6c757d" alt="..." />
</div>
</div>
</div>
<div class="card overflow-hidden shadow rounded-4 border-0">
<div class="card-body p-0">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Speech Recognition Accuracy Tool</h2>
<p>A powerful Flask-based web application that leverages the latest Hugging Face ASR models to provide real-time speech-to-text (STT) transcripts with an intuitive user interface for easy correction. Perfect for enhancing the quality of training datasets for ASR models.</p>
</div>
<img class="img-fluid" src="https://dummyimage.com/300x400/343a40/6c757d" alt="..." />
</div>
</div>
</div>
<br><br>
<div class="card overflow-hidden shadow rounded-4 border-0">
<div class="card-body p-0">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">LLM Minutes of Meeting</h2>
<p>Effortlessly convert audio and video files to accurate text transcripts. Automatically summarize transcripts into meeting minutes. Keyword highlighting and topic tagging for quick reference. Export minutes in various formats, including PDF and plain text. User-friendly interface for easy customization and integration.</p>
</div>
<img class="img-fluid" src="https://dummyimage.com/300x400/343a40/6c757d" alt="..." />
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->

<section>
<div class="container py-5">
Expand Down Expand Up @@ -183,22 +134,6 @@ <h2 class="display-4 fw-bolder mb-4">Let's build something together</h2>
</section>
</main>

<!-- Footer-->
<!-- <footer class="bg-white py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0">Copyright &copy; Your Website 2023</div></div>
<div class="col-auto">
<a class="small" href="#!">Privacy</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Terms</a>
<span class="mx-1">&middot;</span>
<a class="small" href="#!">Contact</a>
</div>
</div>
</div>
</footer> -->

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>

Expand Down
9 changes: 2 additions & 7 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ <h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Resume
<section>
<div class="d-flex align-items-center justify-content-between mb-4">
<h2 class="text-primary fw-bolder mb-0">Experience</h2>
<!-- Download resume button-->
<!-- Note: Set the link href target to a PDF file within your project-->
<a class="btn btn-primary px-4 py-3" href="resume/Resume - Oct 2023.pdf">

<a class="btn btn-primary px-4 py-3" href="resume/Praveen-Resume-October-2023.pdf">
<div class="d-inline-block bi bi-download me-2"></div>
Resume
</a>
Expand Down Expand Up @@ -178,10 +177,6 @@ <h2 class="text-primary fw-bolder mb-4">Education</h2>
<div class="small fw-bolder">MVJ College of Engineering</div>
<div class="small text-muted">Bengaluru, IN</div>
</div>
<!-- <div class="fst-italic">
<div class="small text-muted">Bachelor's in</div>
<div class="small text-muted">Computer Science Engineering</div>
</div> -->
</div>
</div>
<div class="col-lg-8"><div>Completed Bachelor's in Computer Science & Engineering with 8.0 GPA on a 10 GPA scale. Participated in AAPC and Codechef contests and published research paper on Tiny Imagenet Challenge by Standford.</div></div>
Expand Down

0 comments on commit 2731b27

Please sign in to comment.