Skip to content

Commit 336e257

Browse files
committed
add nekopdf to projects
1 parent 868c6b8 commit 336e257

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+380
-420
lines changed

Diff for: config.yaml

+25-22
Original file line numberDiff line numberDiff line change
@@ -348,32 +348,35 @@ params:
348348
- icon: fas fa-blog
349349
url: /blogs/attention-is-all-you-need
350350

351-
- title:
352-
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
353-
image: /images/projects/converter.jpg
354-
featured:
355-
name: Demo
356-
link: https://django-converter.herokuapp.com
357-
badges:
358-
- "Django"
359-
- "Bootstrap"
360-
links:
361-
- icon: fab fa-github
362-
url: https://github.com/gurusabarish/converter
363-
364-
- title: Hugo Profile V2
365-
content: A clean and simple Hugo template for personal portfolio and blog.
366-
image: /images/projects/profile2.jpg
351+
- title: 🐱 NekoPDF 📖 - Document Interaction with LLM
352+
content: |-
353+
A web app to seamlessly interact with your documents using a Large Language Model over the Langchain framework. Currently support OpenAI and a single PDF file at a time but an option for other LLM backends and multiple PDF files will be added soon.
354+
image: /projects/nekopdf.png
367355
featured:
368-
name: Demo V2
369-
link: https://hugo-profile-2.netlify.app
356+
# name: Demo
357+
# link: https://django-converter.herokuapp.com
370358
badges:
371-
- "Hugo"
372-
- "Bootstrap"
373-
- "Javascript"
359+
- "Streamlit"
360+
- "OpenAI"
361+
- "LLM"
362+
- "Langchain"
374363
links:
375364
- icon: fab fa-github
376-
url: https://github.com/gurusabarish/HugoProfileV2
365+
url: https://github.com/sarthak247/NekoPDF
366+
367+
# - title: Hugo Profile V2
368+
# content: A clean and simple Hugo template for personal portfolio and blog.
369+
# image: /images/projects/profile2.jpg
370+
# featured:
371+
# name: Demo V2
372+
# link: https://hugo-profile-2.netlify.app
373+
# badges:
374+
# - "Hugo"
375+
# - "Bootstrap"
376+
# - "Javascript"
377+
# links:
378+
# - icon: fab fa-github
379+
# url: https://github.com/gurusabarish/HugoProfileV2
377380

378381
#Contact
379382
contact:

Diff for: public/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:35807/404.html">
34+
<meta property="og:url" content="http://localhost:1313/404.html">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="404 Page not found">
3737
<meta property="og:description" content="Portfolio Website">
@@ -448,7 +448,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
448448
<div class="col-md-4 text-center">
449449

450450
<div class="pb-2">
451-
<a href="http://localhost:35807/" title="Sarthak Thakur">
451+
<a href="http://localhost:1313/" title="Sarthak Thakur">
452452
<img alt="Footer logo" src="./favicon.png"
453453
height="40px" width="40px">
454454
</a>

Diff for: public/blogs/attention-is-all-you-need/index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:35807/blogs/attention-is-all-you-need/">
34+
<meta property="og:url" content="http://localhost:1313/blogs/attention-is-all-you-need/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Attention Is All You Need - From where it all started">
3737
<meta property="og:description" content="Explanation of Attention Is All You Need paper along with code">
@@ -734,27 +734,27 @@ <h5>
734734
<h5>Tags</h5>
735735
<ul class="tags-ul list-unstyled list-inline">
736736

737-
<li class="list-inline-item"><a href="http://localhost:35807/tags/embeddings"
737+
<li class="list-inline-item"><a href="http://localhost:1313/tags/embeddings"
738738
target="_blank"
739739
>Embeddings</a></li>
740740

741-
<li class="list-inline-item"><a href="http://localhost:35807/tags/transformers"
741+
<li class="list-inline-item"><a href="http://localhost:1313/tags/transformers"
742742
target="_blank"
743743
>Transformers</a></li>
744744

745-
<li class="list-inline-item"><a href="http://localhost:35807/tags/encoder"
745+
<li class="list-inline-item"><a href="http://localhost:1313/tags/encoder"
746746
target="_blank"
747747
>Encoder</a></li>
748748

749-
<li class="list-inline-item"><a href="http://localhost:35807/tags/decoder"
749+
<li class="list-inline-item"><a href="http://localhost:1313/tags/decoder"
750750
target="_blank"
751751
>Decoder</a></li>
752752

753-
<li class="list-inline-item"><a href="http://localhost:35807/tags/input-embeddings"
753+
<li class="list-inline-item"><a href="http://localhost:1313/tags/input-embeddings"
754754
target="_blank"
755755
>Input Embeddings</a></li>
756756

757-
<li class="list-inline-item"><a href="http://localhost:35807/tags/positional-embeddings"
757+
<li class="list-inline-item"><a href="http://localhost:1313/tags/positional-embeddings"
758758
target="_blank"
759759
>Positional Embeddings</a></li>
760760

@@ -768,22 +768,22 @@ <h5>Social</h5>
768768
<div class="social-content">
769769
<ul class="list-inline">
770770
<li class="list-inline-item text-center">
771-
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
771+
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a1313%2fblogs%2fattention-is-all-you-need%2f">
772772
<i class="fab fa-linkedin"></i>
773773
</a>
774774
</li>
775775
<li class="list-inline-item text-center">
776-
<a target="_blank" href="https://twitter.com/share?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
776+
<a target="_blank" href="https://twitter.com/share?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&url=http%3a%2f%2flocalhost%3a1313%2fblogs%2fattention-is-all-you-need%2f">
777777
<i class="fab fa-twitter"></i>
778778
</a>
779779
</li>
780780
<li class="list-inline-item text-center">
781-
<a target="_blank" href="https://api.whatsapp.com/send?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started: http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
781+
<a target="_blank" href="https://api.whatsapp.com/send?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started: http%3a%2f%2flocalhost%3a1313%2fblogs%2fattention-is-all-you-need%2f">
782782
<i class="fab fa-whatsapp"></i>
783783
</a>
784784
</li>
785785
<li class="list-inline-item text-center">
786-
<a target="_blank" href='mailto:?subject=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f'>
786+
<a target="_blank" href='mailto:?subject=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a1313%2fblogs%2fattention-is-all-you-need%2f'>
787787
<i class="fa fa-envelope"></i>
788788
</a>
789789
</li>
@@ -994,7 +994,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
994994
<div class="col-md-4 text-center">
995995

996996
<div class="pb-2">
997-
<a href="http://localhost:35807/" title="Sarthak Thakur">
997+
<a href="http://localhost:1313/" title="Sarthak Thakur">
998998
<img alt="Footer logo" src="./favicon.png"
999999
height="40px" width="40px">
10001000
</a>

Diff for: public/blogs/attention-is-all-you-need/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Attention Is All You Need - From where it all started on Sarthak Thakur</title>
5-
<link>http://localhost:35807/blogs/attention-is-all-you-need/</link>
5+
<link>http://localhost:1313/blogs/attention-is-all-you-need/</link>
66
<description>Recent content in Attention Is All You Need - From where it all started on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate></lastBuildDate>
10-
<atom:link href="http://localhost:35807/blogs/attention-is-all-you-need/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="http://localhost:1313/blogs/attention-is-all-you-need/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

Diff for: public/blogs/hello-world/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:35807/blogs/hello-world/">
34+
<meta property="og:url" content="http://localhost:1313/blogs/hello-world/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages">
3737
<meta property="og:description" content="Setup Hugo &#43; GitHub Pages based personal blog">
@@ -478,15 +478,15 @@ <h5>
478478
<h5>Tags</h5>
479479
<ul class="tags-ul list-unstyled list-inline">
480480

481-
<li class="list-inline-item"><a href="http://localhost:35807/tags/hugo"
481+
<li class="list-inline-item"><a href="http://localhost:1313/tags/hugo"
482482
target="_blank"
483483
>Hugo</a></li>
484484

485-
<li class="list-inline-item"><a href="http://localhost:35807/tags/github-pages"
485+
<li class="list-inline-item"><a href="http://localhost:1313/tags/github-pages"
486486
target="_blank"
487487
>GitHub Pages</a></li>
488488

489-
<li class="list-inline-item"><a href="http://localhost:35807/tags/golang"
489+
<li class="list-inline-item"><a href="http://localhost:1313/tags/golang"
490490
target="_blank"
491491
>Golang</a></li>
492492

@@ -500,22 +500,22 @@ <h5>Social</h5>
500500
<div class="social-content">
501501
<ul class="list-inline">
502502
<li class="list-inline-item text-center">
503-
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
503+
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a1313%2fblogs%2fhello-world%2f">
504504
<i class="fab fa-linkedin"></i>
505505
</a>
506506
</li>
507507
<li class="list-inline-item text-center">
508-
<a target="_blank" href="https://twitter.com/share?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
508+
<a target="_blank" href="https://twitter.com/share?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&url=http%3a%2f%2flocalhost%3a1313%2fblogs%2fhello-world%2f">
509509
<i class="fab fa-twitter"></i>
510510
</a>
511511
</li>
512512
<li class="list-inline-item text-center">
513-
<a target="_blank" href="https://api.whatsapp.com/send?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages: http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
513+
<a target="_blank" href="https://api.whatsapp.com/send?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages: http%3a%2f%2flocalhost%3a1313%2fblogs%2fhello-world%2f">
514514
<i class="fab fa-whatsapp"></i>
515515
</a>
516516
</li>
517517
<li class="list-inline-item text-center">
518-
<a target="_blank" href='mailto:?subject=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f'>
518+
<a target="_blank" href='mailto:?subject=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a1313%2fblogs%2fhello-world%2f'>
519519
<i class="fa fa-envelope"></i>
520520
</a>
521521
</li>
@@ -726,7 +726,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
726726
<div class="col-md-4 text-center">
727727

728728
<div class="pb-2">
729-
<a href="http://localhost:35807/" title="Sarthak Thakur">
729+
<a href="http://localhost:1313/" title="Sarthak Thakur">
730730
<img alt="Footer logo" src="./favicon.png"
731731
height="40px" width="40px">
732732
</a>

Diff for: public/blogs/hello-world/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages on Sarthak Thakur</title>
5-
<link>http://localhost:35807/blogs/hello-world/</link>
5+
<link>http://localhost:1313/blogs/hello-world/</link>
66
<description>Recent content in Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate></lastBuildDate>
10-
<atom:link href="http://localhost:35807/blogs/hello-world/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="http://localhost:1313/blogs/hello-world/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

Diff for: public/blogs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:35807/blogs/">
34+
<meta property="og:url" content="http://localhost:1313/blogs/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Blogs">
3737
<meta property="og:description" content="Portfolio Website">
@@ -534,7 +534,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
534534
<div class="col-md-4 text-center">
535535

536536
<div class="pb-2">
537-
<a href="http://localhost:35807/" title="Sarthak Thakur">
537+
<a href="http://localhost:1313/" title="Sarthak Thakur">
538538
<img alt="Footer logo" src="./favicon.png"
539539
height="40px" width="40px">
540540
</a>

0 commit comments

Comments
 (0)