Skip to content

Commit ec5bcac

Browse files
Add projects tab
1 parent 7ece325 commit ec5bcac

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ languageCode = "en-us"
1212
name = "essays"
1313
url = "essays/"
1414

15+
[[params.navlinks]]
16+
name = "projects"
17+
url = "projects/"
18+
1519

content/projects/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Projects
2+
3+
These are some of the open source projects that I have worked on.
4+
5+
6+
# [WhatTheLang](https://github.com/indix/whatthelang)
7+
8+
A python library for language detection.
9+
10+
# [Vangogh](https://github.com/whiletruelearn/vangogh)
11+
12+
A prisma like web-app that performs Fast Neural style transfer.
13+
14+
Collaborators : [Bala](https://github.com/rbs392) , [Anurag](https://github.com/anuragmishracse)
15+
16+
# [Morpheus](https://github.com/whiletruelearn/morpheus)
17+
18+
A toolkit for exploring fundamental algorithms in Linear Algebra.
19+
20+

themes/hugo-theme-console/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Hello World!</h1>
88
Thanks for checking out my website. My name is <b>Krishna Sangeeth</b>, I am currently working as a Data Scientist in the Global AI Accelerator
99
group of Ericsson. Prior to Ericsson I have worked on solving large scale hierarchial classification at Indix and Data Fusion
1010
for Nielsen. I have also had a run in with many diverse engineering problems at TCS working on things ranging from legacy systems such as Mainframes, Fortran to Bigdata
11-
systems like Spark, Hadoop etc. Over my career, my philosophy towards work has been to be passionate and eager about learning something and keep
11+
systems like Spark, Hadoop etc. Over my career, my philosophy towards work has been to be passionate and eager about learning something everyday and keep
1212
getting better at my skills, hence my handle across the web <b>whiletruelearn</b>.
1313

1414
</p>

0 commit comments

Comments
 (0)