|
1 | 1 | --- |
2 | | -title: Welcome to Starlight |
3 | | -description: Get started building your docs site with Starlight. |
| 2 | +title: bitmap4's portfolio |
| 3 | +# description: Get started building your docs site with Starlight. |
4 | 4 | template: splash |
5 | 5 | hero: |
6 | | - tagline: Congrats on setting up a new Starlight project! |
| 6 | + tagline: Researcher and Developer |
7 | 7 | image: |
8 | 8 | file: ../../assets/houston.webp |
9 | 9 | actions: |
10 | | - - text: Example Guide |
11 | | - link: /guides/example/ |
| 10 | + - text: See my projects |
| 11 | + link: /projects/placeholder |
12 | 12 | icon: right-arrow |
13 | | - - text: Read the Starlight docs |
14 | | - link: https://starlight.astro.build |
15 | | - icon: external |
| 13 | + - text: Resume |
| 14 | + link: https://drive.google.com/file/d/1L8lr5-B45VnHHbTIvZRya9fNBJOjI8h3/ |
| 15 | + icon: document |
16 | 16 | variant: minimal |
17 | 17 | --- |
18 | 18 |
|
19 | 19 | import { Card, CardGrid } from '@astrojs/starlight/components'; |
20 | 20 |
|
21 | | -## Next steps |
| 21 | +## About Me |
| 22 | + |
| 23 | +I'm Abhyudit Singh, an undergraduate at IIIT Hyderabad. |
| 24 | +I'm passionate about cybersecurity, machine learning, and software development. |
| 25 | + |
| 26 | + |
| 27 | +## Featured Projects |
22 | 28 |
|
23 | 29 | <CardGrid stagger> |
24 | | - <Card title="Update content" icon="pencil"> |
25 | | - Edit `src/content/docs/index.mdx` to see this page change. |
| 30 | + <Card title="Language Identification Analysis" icon="code"> |
| 31 | + A comparative study of various language classifiers based on different combinations of linguistic features vs a baseline n-grams based model |
| 32 | + [`GitHub`](https://github.com/bitmap4/language-identification-analysis) |
| 33 | + [`Report`](https://drive.google.com/file/d/1AOhGJupvoLIHYv3SttUXIJ8m7ax3K5HE) |
26 | 34 | </Card> |
27 | | - <Card title="Add new content" icon="add-document"> |
28 | | - Add Markdown or MDX files to `src/content/docs` to create new pages. |
| 35 | + <Card title="Morphological Inflections" icon="code"> |
| 36 | + Implemented a morph inflection predictor using a RNN model and compared against baseline metrics |
| 37 | + [`GitHub`](https://github.com/bitmap4/morphological-inflections) |
29 | 38 | </Card> |
30 | | - <Card title="Configure your site" icon="setting"> |
31 | | - Edit your `sidebar` and other config in `astro.config.mjs`. |
| 39 | + <Card title="C-Shell" icon="code"> |
| 40 | + Shell written in C for the course Operating Systems and Networks |
| 41 | + [`GitHub`](https://github.com/bitmap4/shell-osn) |
32 | 42 | </Card> |
33 | | - <Card title="Read the docs" icon="open-book"> |
34 | | - Learn more in [the Starlight Docs](https://starlight.astro.build/). |
| 43 | + <Card title="Kafka." icon="code"> |
| 44 | + Images to Video generator for the course Introduction to Software Systems |
| 45 | + [`GitHub`](https://github.com/bitmap4/issproject) |
35 | 46 | </Card> |
36 | 47 | </CardGrid> |
| 48 | + |
| 49 | +## Let's Connect |
| 50 | + |
| 51 | +<CardGrid stagger> |
| 52 | + <Card title="GitHub" icon="github"> |
| 53 | + Check out my code and contributions on [GitHub](https://github.com/bitmap4) |
| 54 | + </Card> |
| 55 | + <Card title="LinkedIn" icon="linkedin"> |
| 56 | + Connect with me on [LinkedIn](https://linkedin.com/in/abhyudit-singh-07aaba265) |
| 57 | + </Card> |
| 58 | +</CardGrid> |
0 commit comments