Skip to content
View nyasalohiya's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report nyasalohiya

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
nyasalohiya/README.md

Hi, I'm Nyasa Lohiya πŸ‘‹

AI Engineer | Graph Neural Networks | RAG Systems | LLM Applications

πŸš€ Building intelligent AI systems using GraphRAG, GNNs, and LLMs πŸŽ“ MSc IT Student πŸ“ Ahmedabad, India


🧠 About Me

  • πŸ”¬ Working on Graph Neural Networks (GCN, GraphSAGE, GIN)
  • πŸ€– Building RAG-based AI systems
  • πŸ“Š AI-powered Stock Market Analysis
  • 🧩 Developing LLM applications
  • πŸ—οΈ Designing Graph-based Retrieval Systems

πŸ”₯ Featured Projects

🧠 GraphRAG using GNN

End-to-end GraphRAG pipeline using Graph Neural Networks for graph-based retrieval

  • Node ranking
  • Context-aware query answering
  • Knowledge graph retrieval

πŸ”— https://github.com/nyasalohiya/graphrag_gnn


πŸ“ˆ NSE LLM Stock Analysis

LLM-powered stock analysis using Python

  • Technical indicators
  • AI-based insights
  • Portfolio analysis

πŸ”— https://github.com/nyasalohiya/nse-llm-stock-analysis


πŸ“„ RAG Document QA

RAG system using LangChain and vector DB

  • PDF ingestion
  • Embeddings
  • Context-aware answering

πŸ”— https://github.com/nyasalohiya/RAG-Document-QA-LangChain


πŸ› οΈ Tech Stack

AI / ML

Python β€’ PyTorch β€’ Scikit-learn β€’ Pandas β€’ NumPy

LLM & RAG

LangChain β€’ Vector DB β€’ Embeddings β€’ GraphRAG

Graph ML

GNN β€’ GCN β€’ GraphSAGE β€’ GIN β€’ NetworkX

Web

Django β€’ FastAPI β€’ React β€’ HTML β€’ CSS

Database

SQL β€’ MySQL β€’ MongoDB


πŸš€ Currently Working On

  • GraphRAG Research
  • AI Financial Advisor
  • GNN-based Retrieval Systems
  • LLM + Graph Hybrid Models

🌐 Connect With Me

LinkedIn: https://linkedin.com/in/nyasa-lohiya Email: nyasalohiya1007@gmail.com


⚑ Fun Fact

I build AI systems that combine graphs + LLMs for smarter retrieval.

Pinned Loading

  1. RAG-Document-QA-LangChain RAG-Document-QA-LangChain Public

    Retrieval-Augmented Generation (RAG) system for answering questions from PDF documents using LangChain and vector databases.

    Jupyter Notebook

  2. Building-a-Personal-AI-From-Data-to-Digital-Twin-blog- Building-a-Personal-AI-From-Data-to-Digital-Twin-blog- Public

  3. GraphRAG-GNN GraphRAG-GNN Public

    End-to-end GraphRAG pipeline using Graph Neural Networks (GCN, GAT, GraphSAGE, GIN) for graph-based retrieval, node ranking, and context-aware query answering.

    Jupyter Notebook

  4. rag-fastapi rag-fastapi Public

    FastAPI RAG document question answering system using embeddings and semantic search

    Python