Skip to content
View sharonkopuri707's full-sized avatar

Block or report sharonkopuri707

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sharonkopuri707/README.md

Typing SVG

LinkedIn Email GitHub

Profile Views


👩‍💻 About Me

Hi! I'm Sharon, a CS student at UT Dallas with a minor in Mathematics, graduating December 2026. I love building things that actually work, whether that's a multi-client server, a traffic light controller, or a tool that makes someone's day easier.

I currently work at the UT Dallas Office of Information Technology as a Microsoft 365 Support Specialist, where I support students, staff, and faculty with real-world tech challenges daily.

I'm passionate about software engineering, AI/ML, networking, and systems programming and I'm actively seeking Summer 2026 internships.


💼 Experience

Microsoft 365 Support Specialist · UT Dallas Office of Information Technology Feb 2025 – Present · Part-time · Hybrid

  • Provide customer support for Microsoft 365 applications to students, staff, and faculty across campus
  • Partnered with the Assistant Director of Technology Experience & Innovation to support technology initiatives
  • Assisted with production of the "Technology with Amanda Pritchard" interview series highlighting innovation at UTD

🚀 Projects

🧠 RAG Document Q&A

May 2026 · Personal Project An advanced AI-powered document chatbot using Retrieval Augmented Generation (RAG) to answer questions from any PDF with high accuracy. Uses FAISS vector database for semantic search, Sentence Transformers for embeddings, and Groq LLM (LLaMA 3.3) for answer generation.

Live Demo View Repo

Python RAG FAISS Sentence Transformers Groq API LLaMA 3.3 Streamlit LLM


🤖 AI Document Q&A Chatbot

May 2026 · Personal Project An AI-powered chatbot that lets users upload any PDF and ask natural language questions, returning context-aware answers using LLaMA 3.3 via Groq API. Built and deployed live using Python and Streamlit.

Live Demo View Repo

Python Groq API LLaMA 3.3 Streamlit PyPDF LLM


🔌 TCP Multi-Client Math Server

Feb 2026 – May 2026 · UT Dallas — Computer Networks

A multi-threaded Java TCP server that handles simultaneous client connections, evaluates math expressions (+, -, *, /) with multiple operands, and logs all CONNECT, REQUEST, and DISCONNECT events. Includes a PowerShell automation script and Makefile for testing.

View Repo Java TCP/IP Multithreading Socket Programming PowerShell


🚦 Smart Traffic Light Controller

Jan 2026 – May 2026 · UT Dallas — Digital Systems Lab

A sequential smart traffic light controller for a two-road intersection built in Verilog. Features programmable timing registers, emergency vehicle override, pedestrian crossing support, night mode (blinking yellow), rush hour mode, and fault detection logic. Implements multi-bit arithmetic and memory components.

View Repo Verilog FPGA Prototyping Sequential Circuit Design Logic Design VHDL


🛠️ Tech Stack

Languages

Java Python C++ SQL Verilog

Tools & Platforms

Git Linux PowerShell PyCharm VS Code Microsoft 365


📚 Coursework

Computer Science Mathematics
Computer Networks Linear Algebra
Data Structures & Algorithms Discrete Mathematics
Advanced Algorithm Design Statistics & Probability
Operating Systems Advanced Algebra
Database Systems Numerical Methods
Digital Logic & Computer Design Applied Mathematics
Computer Graphics Calculus I–III

🏆 Honors & Awards

🥉 3rd Place — Yonex Eastern Collegiate Team Badminton Championships, South Central Conference (Nov 2025)

📜 Phi Theta Kappa Honor Society — Awarded for outstanding academic excellence and leadership (Dec 2023)

🏅 Microsoft Ambassador — UT Dallas Office of Information Technology (Dec 2025)


📊 GitHub Stats

Sharon's GitHub Stats

Top Languages

GitHub Streak


💼 Open to Summer 2026 Internships in Software Engineering, AI/ML & Systems

🌐 English (Professional)

Let's build something great — reach out anytime!

Pinned Loading

  1. TCP-Multi-Client-Math-Server TCP-Multi-Client-Math-Server Public

    Forked from ArshiyaFathimaAK/networks-project

    Multi-client TCP server-client app in Java that handles concurrent connections, evaluates math expressions (+, -, *, /), and logs all server events. Built for UTD Computer Networks.

    Java 1

  2. Smart-Traffic-Light-Controller Smart-Traffic-Light-Controller Public

    Sequential Smart Traffic Light Controller built in Verilog for a two-road intersection with emergency vehicle override, pedestrian crossing, and fault detection.

    Verilog 1

  3. ai-document-qa ai-document-qa Public

    AI chatbot that answers questions from any PDF using Groq LLM + Streamlit

    Python

  4. rag-document-qa rag-document-qa Public

    Advanced RAG pipeline that answers questions from any PDF using FAISS vector search, Sentence Transformers & Groq LLM

    Python