|
2 | 2 | period: Jun 2024 |
3 | 3 | org: DevRev |
4 | 4 | description: AI-powered digital personal assistant that filters out noise in your life by acting as your sidekick. It performs actions and handles communication when it can and only leaves the important stuff for you. |
5 | | - skills: LangChain, Large Language Models (LLM), GPT-4, Python |
| 5 | + skills: |
| 6 | + - LangChain |
| 7 | + - Large Language Models (LLM) |
| 8 | + - GPT-4 |
| 9 | + - Python |
6 | 10 | - name: Second Brain |
7 | 11 | period: Aug 2023 |
8 | 12 | org: Personal Project |
9 | 13 | description: Digital assistant implementing four-step process to capture, organize, refine, and share information. Designed algorithms for task prioritization and searchable knowledge base, enhancing information management. |
10 | | - skills: LangChain, Slack, Large Language Models (LLM) |
| 14 | + skills: |
| 15 | + - LangChain |
| 16 | + - Slack |
| 17 | + - Large Language Models (LLM) |
11 | 18 | link: https://github.com/singhcoder/second-brain |
12 | 19 | - name: Compiler Construction |
13 | 20 | period: Jan 2020 - Apr 2020 |
14 | 21 | org: BITS Pilani |
15 | 22 | description: Implemented compiler for custom language in C. Implemented lexical analyzer, syntax analyzer, semantic analyzer, and code generator modules. |
16 | | - skills: C, Compiler Design |
| 23 | + skills: |
| 24 | + - C |
| 25 | + - Compiler Design |
17 | 26 | - name: Concurrent TCP Webserver |
18 | 27 | period: Apr 2020 |
19 | 28 | org: BITS Pilani |
20 | 29 | description: Implemented pre-threaded webserver supporting HTTP GET requests. Client requests handled in stages by pool of threads created in beginning. All I/O on sockets is nonblocking. |
21 | | - skills: C, Network Programming, Threading |
| 30 | + skills: |
| 31 | + - C |
| 32 | + - Network Programming |
| 33 | + - Threading |
22 | 34 | - name: Shell Development |
23 | 35 | period: Apr 2020 |
24 | 36 | org: BITS Pilani |
25 | 37 | description: Implemented command-line shell with custom features using low-level system programming and network programming in Unix. Features include pipelining, I/O redirection, creating shared memory and TCP connection with server. |
26 | | - skills: C, Unix Programming, System Programming |
| 38 | + skills: |
| 39 | + - C |
| 40 | + - Unix Programming |
| 41 | + - System Programming |
27 | 42 | - name: Web Platform for Spatial Data Analysis |
28 | 43 | period: Jun 2019 - Jul 2019 |
29 | 44 | org: ISRO/IIRS |
30 | 45 | description: Web-based platform for time series analysis of various indexes used to analyze vegetation, water level using Landsat satellite data. Added customized indices via GUI and visualized terrain profile along path using DEMs. |
31 | | - skills: Python, Django, HTML/CSS, JavaScript, Open Data Cube |
| 46 | + skills: |
| 47 | + - Python |
| 48 | + - Django |
| 49 | + - HTML/CSS |
| 50 | + - JavaScript |
| 51 | + - Open Data Cube |
32 | 52 | - name: Web Platform for Blind Coding |
33 | 53 | period: Feb 2019 - Mar 2019 |
34 | 54 | org: Coding Club BITS Pilani |
35 | 55 | description: Developed web platform for solving programming problems by writing code but not being able to see what is written. Used HTML, CSS, JavaScript for frontend and integrated JDoodle compiler for handling simultaneous requests from users. |
36 | | - skills: HTML, CSS, JavaScript, JDoodle API |
| 56 | + skills: |
| 57 | + - HTML |
| 58 | + - CSS |
| 59 | + - JavaScript |
| 60 | + - JDoodle API |
37 | 61 | - name: Website Development for BOSM 2018 |
38 | 62 | period: Aug 2018 - Sep 2018 |
39 | 63 | org: Coding Club BITS Pilani |
40 | 64 | description: Designed front end using HTML, CSS and JavaScript for website of BOSM 2018, sports fest of BITS. Website was used by more than 2000 students for accessing registrations, publicity, event schedules during the fest. |
41 | | - skills: HTML, CSS, JavaScript |
| 65 | + skills: |
| 66 | + - HTML |
| 67 | + - CSS |
| 68 | + - JavaScript |
0 commit comments