Skip to content

Instantly share code, notes, and snippets.

View AbhyasKanaujia's full-sized avatar
😌
Peaceful

AbhyasKanaujia AbhyasKanaujia

😌
Peaceful
View GitHub Profile
@AbhyasKanaujia
AbhyasKanaujia / gist:0708b602d70a1b13e476f8383d6e104d
Created May 10, 2024 17:21
Abhyas LLM Application Devellper Experience
Well versed with GPT and open source models on Hugging Face.
Worked with LangChain in python and JavaScript to
develop LLM based applications
Developed an AI blog writer as a personal project.
Developed projects for the current company:
1. Test Designer: Generates tests given product documentation
2. BSRA: Bug scenario replication assistant helps to
reproduced client side bugs in the dev environment
3. LLM Application Evaluation service: Evaluates
{
"public_identifier": "abhyas",
"profile_pic_url": null,
"background_cover_image_url": null,
"first_name": "abhyas",
"last_name": "kanaujia",
"full_name": "abhyas kanaujia",
"follower_count": null,
"occupation": null,
"headline": null,
@AbhyasKanaujia
AbhyasKanaujia / input.md
Created July 8, 2022 13:16
Graph Data Structure Data Input
Input Format:

V E
u1 v1 u2 v2 ... uE vE

Where V is the number of vertices and E is the number of edges. The next line contains E pairs in the form of u v which signifies there is an edge between u and v