Skip to content
View tomarakanksha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report tomarakanksha

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
tomarakanksha/README.md

Hello! πŸ‘‹ I'm Akanksha Tomar

Welcome to my GitHub!

About Me

  • πŸŽ“ Masters in Computer Science with a focus on Big Data, Cloud Computing and Software Engineering
  • πŸš€ Currently exploring GenAI LLM models and FastAPI
  • πŸ’» Software Engineer with a love for coding challenges on LeetCode

Technologies and Tools

Here are some of the languages and tools I've worked with: -Python, Java, C# πŸ’» -JavaScript, HTML/CSS 🌐 -genAI LLM Models πŸ€– -Kafka, Spark, Airflow πŸš€ -Jenkins, Docker, Kubernetes ⚑️

Connect with Me

LinkedIn email

I'm graduating in May 2024 and eager to embark on new opportunities in the world of technology. If you have any exciting projects or opportunities, let's connect! Happy coding! πŸš€πŸ˜Š

Pinned Loading

  1. QueryCraft-API QueryCraft-API Public

    This repository contains an API that leverages a Large Language Model (LLM) to provide relevant answers to user queries based on text data stored in a vector database.

    Python

  2. intent-classification-evaluation-API intent-classification-evaluation-API Public

    Intent Classification using Hugging Face Transformers with FastAPI-powered API

    Python

  3. school-webapp school-webapp Public

    This is a personal project to create webapp using ReactJS for the frontend and .NET core for the backend.

    JavaScript

  4. db-buffer-page-replacement-policy db-buffer-page-replacement-policy Public

    This project implements page replacement policies of the buffer manager inside a Database Management System.

    Java

  5. map-reduce-on-imdb-dataset map-reduce-on-imdb-dataset Public

    This project implements Map Reduce to find all the actors (or actresses) who also acted as directors in the same movie title in the IMDB Dataset.

    Java

  6. strict-two-phase-locking-protocol strict-two-phase-locking-protocol Public

    strict two-phase locking (S2PL) protocol with shared locks for read and exclusive locks for write in the transaction manager.

    C