- New Delhi
-
08:40
(UTC +05:30) - in/vibhoragarwaliiitd
- https://huggingface.co/vibhorag101
-
-
phr-mental-chat Public
Llama-2's Mental Therapy Chatbot: fine-tuned 7B & 13B models for empathetic conversations. Made using HF Transformers, Gradio UI and deployed using HF TGI-Inference, FastAPI and Docker
Jupyter Notebook Other UpdatedMay 11, 2024 -
-
-
LokOS_Automation Public
This is an automation script for creating SHG Data for Lok-OS Training Android Application. This is made using Appium Testing Framework.
Java UpdatedAug 12, 2023 -
gecko-dev Public
Forked from mozilla/gecko-devRead-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Other UpdatedJul 7, 2023 -
SimpleWebAuthn Public
Forked from MasterKale/SimpleWebAuthnWebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node.
TypeScript MIT License UpdatedJul 6, 2023 -
webauthn.io Public
Forked from duo-labs/webauthn.ioThe source code for webauthn.io, a demonstration of WebAuthn.
Python BSD 3-Clause "New" or "Revised" License UpdatedJul 4, 2023 -
TwoView_DepthEstimation Public
Developed a Two View Depth Estimation system utilizing Epipolar Geometry, OpenCV, SIFT Detectors, RANSAC, Frame Rectification, and StereoSGBM algorithm. Benchmarked depth maps using a pretrained Py…
-
-
webauthResources Public
Forked from yackermann/awesome-webauthnA curated list of awesome WebAuthn/FIDO2 and now Passkey resources
Creative Commons Zero v1.0 Universal UpdatedApr 6, 2023 -
-
ECommerce-Grocery-Store Public
Built an E-Commerce Store website using Flask, MySQL, Python and HTML/CSS. Users can purchase products and give reviews, Sellers can add their inventory, IT-Admin can add Delivery Boy and sellers. …
-
-
Fake-News-Detection Public
Machine Learning and Deep Learning Model using Natural Language Processing to help in detection of the fake news. Used Deep Learning models such as Artificial Neural Network and ML models like SVM …
-
-
Dry-Bean-Prediction Public
This project aims to solve the problem of classification of various seeds of dry bean into different classes using ML techniques such as Naive Bayes and Logistic Regression. It also aims to analyse…
-
Built a 16-Bit Assembler and Simulator using Python. Program takes Assembly code as Input and gives Machine Code as output. It also detects error present in the Assembly Code. It also simulates the…
-
Connext-IIITD Public
Connext-IIITD is a prototype which aims to provide seamless solutions for managing events in the college campus. It helps the users to schedule an event, declare results and help each other interac…
GNU General Public License v3.0 UpdatedOct 25, 2022 -
An Automated Plant Watering System using Arduino Uno R3, Ultrasonic and Soil Humidity Sensor.It turns on the water pump automatically once the soil humidity dips below a certain threshold. It also …
-
This project aims to classify any ransomware associated with a Bitcoin Address and other transaction features using ML techniques like Decision Tree, Random Forest , Ensembling and Boosting.
-
OOPS_Mini_Projects Public
This is my repository of all the Mini Projects done as a part of Adavanced Programming (OOPS) course at IIIT Delhi. The mini projects are based on Vaccine Management System, Learning Management Sys…
-
This repo contains the Mini Projects based on Operating Systems and Linux Kernel patching.
C UpdatedSep 19, 2022 -
SnakeAndLadder Public
A Snake and Ladders game using JavaFX library where users can play against each other. Implemented using OOPS, Multithreading and GUI