16
16
variant : minimal
17
17
---
18
18
19
- import { Card , CardGrid } from ' @astrojs/starlight/components' ;
19
+ import { Card , CardGrid , LinkButton } from ' @astrojs/starlight/components' ;
20
20
21
21
## About Me
22
22
@@ -31,18 +31,62 @@ I'm passionate about cybersecurity, machine learning, and software development.
31
31
A comparative study of various language classifiers based on different combinations of linguistic features vs a baseline n-grams based model
32
32
[ ` GitHub ` ] ( https://github.com/bitmap4/language-identification-analysis )
33
33
[ ` Report ` ] ( https://drive.google.com/file/d/1AOhGJupvoLIHYv3SttUXIJ8m7ax3K5HE )
34
+ <LinkButton
35
+ href = " /projects/01-lid"
36
+ icon = " right-arrow"
37
+ style = { {
38
+ borderBottom: ' 1px solid var(--sl-color-accent-high)' ,
39
+ borderRadius: 0 ,
40
+ padding: 0 ,
41
+ color: ' var(--sl-color-accent-high)'
42
+ }}
43
+ variant = " minimal"
44
+ >Read More</LinkButton >
34
45
</Card >
35
46
<Card title = " Morphological Inflections" icon = " translate" >
36
47
Implemented a morph inflection predictor using a RNN model and compared against baseline metrics
37
48
[ ` GitHub ` ] ( https://github.com/bitmap4/morphological-inflections )
49
+ <LinkButton
50
+ href = " /projects/02-morph"
51
+ icon = " right-arrow"
52
+ style = { {
53
+ borderBottom: ' 1px solid var(--sl-color-accent-high)' ,
54
+ borderRadius: 0 ,
55
+ padding: 0 ,
56
+ color: ' var(--sl-color-accent-high)'
57
+ }}
58
+ variant = " minimal"
59
+ >Read More</LinkButton >
38
60
</Card >
39
61
<Card title = " C-Shell" icon = " seti:shell" >
40
62
Shell written in C for the course Operating Systems and Networks
41
63
[ ` GitHub ` ] ( https://github.com/bitmap4/shell-osn )
64
+ <LinkButton
65
+ href = " /projects/04-shell-v0"
66
+ icon = " right-arrow"
67
+ style = { {
68
+ borderBottom: ' 1px solid var(--sl-color-accent-high)' ,
69
+ borderRadius: 0 ,
70
+ padding: 0 ,
71
+ color: ' var(--sl-color-accent-high)'
72
+ }}
73
+ variant = " minimal"
74
+ >Read More</LinkButton >
42
75
</Card >
43
76
<Card title = " Kafka." icon = " seti:video" >
44
77
Images to Video generator for the course Introduction to Software Systems
45
78
[ ` GitHub ` ] ( https://github.com/bitmap4/issproject )
79
+ <LinkButton
80
+ href = " /projects/05-kafka-v0"
81
+ icon = " right-arrow"
82
+ style = { {
83
+ borderBottom: ' 1px solid var(--sl-color-accent-high)' ,
84
+ borderRadius: 0 ,
85
+ padding: 0 ,
86
+ color: ' var(--sl-color-accent-high)'
87
+ }}
88
+ variant = " minimal"
89
+ >Read More</LinkButton >
46
90
</Card >
47
91
</CardGrid >
48
92
0 commit comments