About Me
I intended to be part of an organization where i can constantly learn and develop my technical and management skill and make best use of it for the growth of the organizations.
Experience
Data science intern
Build a model for sentiment prediction
Deploy the model on AWS
Take the user's search query
Preprocess the query (if required)
Create query embedding
Using cosine distance, calculate the similarity score between embeddings of documents and user search query embedding
These cosine similarity scores will help in returning the most relevant candidate documents as per user’s search query
Using streamlit and google-generativeai module and gemini API build a code reviewer application
Creating an application by taking gemini latest model I build this model
Objective: it take user code and explain the error and re-write the code for that user
Using streamlit and google-generativeai module and gemini API build a conversational application like chat-gpt,bard
Creating an application by taking gemini latest model I build this model
Objective: this application will interact with user as like (chat-gpt) and help the user to solve their query