diff --git a/README-arsharma.md b/README-arsharma.md new file mode 100644 index 0000000..4f88d89 --- /dev/null +++ b/README-arsharma.md @@ -0,0 +1,24 @@ +## Arjun Sharma: About Me ๐Ÿ‘ค +Hello, my name is Arjun. I'm a 4th year CS co-term (AI / HCI) ๐ŸŽ“. I'm passionate about all things related to EdTech, but I am also interested in creating projects in areas like healthcare ๐Ÿฅ and finance ๐Ÿ’ผ! I'm experienced in mobile app development ๐Ÿ“ฑ and working with LLMs. I'm looking forward to seeing the cool things everyone makes! ๐Ÿš€ + +## Project Highlights ๐ŸŒŸ +- **Software Engineer | Stanford HCI Lab | June 2024 - Present** + - Working on an AR-driven, Unity-based educational project that leverages LLMs to create dynamic educational narratives and dialogues. + - Designing and building Multi-Agent LLM architecture to dynamically generate dialogue and adapt educational narrative based on user input and actions. + +- **PearProgram | Stanford Graduate School of Education | April 2024 - Present** + - Building an AI-enabled student-to-student pair programming environment to be deployed in a future iteration of Code in Place (an existing pair programming project at Stanford). + - Created Bruno, an LLM-based agent that analyzes pair programming students based on qualitative and quantitative metrics (e.g., uneven conversational contributions) and guides the students based on their performance. Responsible for GPT integration. + - Exploring the ability of generative AI in supporting students while they are pair programming/learning collaboratively. + +- **Lead Developer | TrainGone (Tiktok for ASL) | Sep 2023 - December 2023** + - Built a social educational platform (ReactJS) for ASL learners to solidify their understanding of ASL through exposure, and for deaf signers to define signs through video storytelling. + - Won the โ€˜Greatest Societal Impactโ€™ award in CS 147 ๐Ÿ†. + +## Technologies ๐Ÿ› ๏ธ +### Languages/Software ๐Ÿ’ป +**Unity** | **Yarn Spinner** | **Mobile App Development**: Android Studio / Java / XML | **Web Development**: ReactJS | **C, C++** +**Python** | **Blender** | **GPT-4 and LLMs** | **Prompt Engineering** | **Generative AI** + +### Interests ๐ŸŒฑ +**Artificial Intelligence/Machine Learning/LLMs** | **Virtual/Augmented Reality** | **Computer Graphics** \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index cce624e..0000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ - -## Introduction -In the early stages of your project, you will primarily be using your team's private GitHub repository for knowledge sharing and project management. However, git is fundamentally for software revision control. As your project progresses into the build phase, you should use git and GitHub for this purpose. - -git and GitHub are industry standards in software development. It's important to develop proficiency with git as it is a critical tool in the software development community. This assignment aims to help you overcome the learning curve with git. - -## Deliverables - -1. **Create a GitHub Account** - - If you did not include a GitHub handle in your CS210 Application, create a GitHub account and send your GitHub handle to the TAs. - -2. **Setup** - - Follow the [setup page](https://docs.github.com/en/get-started/quickstart/set-up-git) and install GitHub command line tools. - - If youโ€™re interested in using GitHub in VScode, check out this [VScode extension](https://vscode.github.com/). - -3. **Git Clone** - - Clone the project repository: [https://github.com/cs210/Assign0](https://github.com/cs210/Assign0). - -4. **Create a Branch** - - Create a branch using the naming convention `-readme`. - -5. **Create a README File** - - Create a readme file named `README-.md`. - - Use [markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github) to outline your technical skills, previous projects, or any past experiences. - - Consider this README as an introduction to your potential teammates! Feel free to include images, links, or additional media. - -6. **Create a Pull Request** - - Create a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) and add one of the TAs as a reviewer. - -7. **Class Resources** - - TA IDs and other class resources can be found at [https://github.com/cs210/Home](https://github.com/cs210/Home). - - Note: You must be a member of the GitHub CS210 organization and logged into GitHub with the ID you provided to access the Home repository. - -**Important Note**: This assignment must be completed to be considered for acceptance into the class.