Pinned Repositories
aayushxrj
AI-Agent-Code-Generator
An intelligent AI agent for RAG tasks, utilizes LlamaIndex and multiple LLM models to generate code seamlessly and save it to files automatically, leverages the Cloudflare Workers AI API for rapid LLM calls.
BitPredict
Custom implemented NBEATS algorithm tailored for Bitcoin price prediction, alongside explored a range of models, such as ensembles, naive methods, CONV1D, LSTMs, and dense models, applied to both univariate and multivariate datasets for predicting Bitcoin prices.
ChatBot-TUXEDO
Discord chatbot integrated with OpenAI's GPT-3 API
Food-Vision
An end-to-end CNN Image Classification Model which can identify over 100 food classes trained on the Food-101 dataset.
gochat
A Real-time chat application utilizing WebSockets, crafted with Go(lang) for the backend and React.js for the frontend.
Password-Buddy
[IN PROGRESS🛠️]Secure password manager web application that utilizes Firebase Authentication for user login and stores usernames and passwords for various platforms in a database.
Pluto.ai
A conversational Retrieval Augmented Generation (RAG) chatbot built with LangChain, Chainlit, and the Claude API for question-answering from documents.
SkimLit
An NLP model to classify abstract sentences into the role they play (e.g., objective, background, methods, results, conclusions) to enable researchers to skim through the literature and dive deeper when necessary.
Yogasana
Yogasana assists users in achieving optimal posture during yoga practice through real-time pose detection.
aayushxrj's Repositories
aayushxrj/Pluto.ai
A conversational Retrieval Augmented Generation (RAG) chatbot built with LangChain, Chainlit, and the Claude API for question-answering from documents.
aayushxrj/Food-Vision
An end-to-end CNN Image Classification Model which can identify over 100 food classes trained on the Food-101 dataset.
aayushxrj/Password-Buddy
[IN PROGRESS🛠️]Secure password manager web application that utilizes Firebase Authentication for user login and stores usernames and passwords for various platforms in a database.
aayushxrj/aayushxrj
aayushxrj/AI-Agent-Code-Generator
An intelligent AI agent for RAG tasks, utilizes LlamaIndex and multiple LLM models to generate code seamlessly and save it to files automatically, leverages the Cloudflare Workers AI API for rapid LLM calls.
aayushxrj/BitPredict
Custom implemented NBEATS algorithm tailored for Bitcoin price prediction, alongside explored a range of models, such as ensembles, naive methods, CONV1D, LSTMs, and dense models, applied to both univariate and multivariate datasets for predicting Bitcoin prices.
aayushxrj/Blog-Website
Web Application for writing your daily blogs made using express.js and EJS templating integrated with MongoDB
aayushxrj/gochat
A Real-time chat application utilizing WebSockets, crafted with Go(lang) for the backend and React.js for the frontend.
aayushxrj/SkimLit
An NLP model to classify abstract sentences into the role they play (e.g., objective, background, methods, results, conclusions) to enable researchers to skim through the literature and dive deeper when necessary.
aayushxrj/ChainCraft-Blockchain
Basic smart contract utilizing MATIC-Cryptocurrency of the Polygon network implemented in solidity.
aayushxrj/College-codes
Contains codes for my college C-lang questions
aayushxrj/DSA-codes
Contains codes for my college DSA questions and topics
aayushxrj/GenAI-Notebooks
Contains notebooks and templates related to GenAI/LLMs
aayushxrj/go-gin-simple-api
A simple CRUD API made using gin-gonic in Go(lang), along with tests.
aayushxrj/go-gorilla-mux-simple-api
A simple CRUD API made using gorilla-mux in Go(lang), along with tests.
aayushxrj/go-shell
A POSIX compliant shell implemented in Go, capable of interpreting commands and running external programs.
aayushxrj/go-websocket
Simple websocket implementation using Gorilla WebSocket + Mux/Gin
aayushxrj/initial-code
aayushxrj/Keeper-App
Clone of Google Keep app made using React.js
aayushxrj/linux-files
Contains files from my Ubuntu-VM
aayushxrj/Llama-2-7B-Chat-OpenOrca
Fine tuned Llama-2-7b-chat-hf using 4-bit quantization QLoRA PEFT on the OpenOrca dataset.
aayushxrj/newsletter-signup
Newsletter Signup form created using express.js integrated with MailChimp API
aayushxrj/Real.Estate-regression.model
Forecasts real estate prices using the Random Forest Regressor machine learning algorithm.
aayushxrj/Share2Care
A platform for individuals to connect and make a positive difference in their communities.
aayushxrj/talawa
Community Organization Management Software. Click on the link below to see our documentation.
aayushxrj/To-Do-List-CLI-Golang
A simple CLI application for to-do lists made using Cobra CLI in Go(lang)
aayushxrj/To-Do-List-React
A simple to-do-list made using React.js
aayushxrj/ToDo-List
To-Do-List made using express.js and EJS templating
aayushxrj/tumor-multiclassification-computervision
VGG19 and EfficientNetB0 Model with feature extraction for multi-class tumor classification in computer vision
aayushxrj/web-mini-project