Chem Charts
- ChemCharts is a multi-task website useful for chemical engineers
- ChemCharts have a data base of most frequently used graphs by chemical engineers, It calculates the data needed by user quickly
- ChemCharts have a section called conversion -- it have all type of possible conversions like temperature conversion, molecular weight etc...
- If required graph is not in our data base, user can upload their own graph and work with their graph.
BlueSea - NFT Marketplace
BlueSea is a NFT Marketplace website
- It interacts with Compound ERC-721 contract on testnet
- NFT's metadata is on IPFS
Atom Suite – ERC20 token
Atom is an ERC-20 token contract on sepolia Testnet
- Atom suite includes three packages. Atom contract, Atom browser wallet extension and Atom faucet
- An atom costs 0.1 ETH, anyone can mint new atoms by going to Atom faucet website
- Atom wallet extension helps in easy access to send atoms to any address and to see atom balance.
Cryptic - Lottery
Cryptic is a fair lottery smart contract deployed on Sepolia Testnet
- Participants are able to buy tickets using atoms ( ERC-20 tokens ).
- One from 100 tickets will be chosen at random and owner of that ticket will be awarded.
- Developed on hardhat framework using solidity
- Frontend is designed using react.js
ChitChat
- Fully functional web chatting app
- Users can create accounts to chat with people
- Interface is created using Html, CSS & Bootstrap, Javascript & jQuery.
- Node.js and express.js are used to manage web app
- User data and messages are managed on mongoDB
- Hosted on railway.app
Beacon – RAG-based Documentation Assistant
Built an AI assistant using LangChain, Pinecone, and Claude Sonnet to retrieve context-aware answers from enterprise documentation. Implemented chunking, Gemini embeddings, and top-K retrieval exposed via FastAPI.