Stars
Developed a language translator app using Streamlit that leverages the Helsinki-NLP/opus-mt-en-hi model from Hugging Face, trained on the cfilt/iitb-english-hindi dataset. This app efficiently tran…
This repository contains implementations of various Generative Adversarial Networks (GANs) including Pix2Pix, DCGAN, and SRGAN. Each GAN is designed for different applications, such as image-to-ima…
HealthWhiz is an intelligent medical chatbot powered by a quantized Llama 2 model, integrated with LangChain and Chainlit. The system provides efficient and responsive healthcare consultations by l…
Implementation of YOLO v1 for real-time object detection, featuring single neural network architecture, bounding box predictions, end-to-end training, and easy customization. Ideal for high-speed a…
Transcripto is a Streamlit app for generating detailed transcriptions, summaries, and answering questions from videos, PDFs, documents, and images. Utilizing AI models like Wav2Vec2 for speech-to-t…
This repository hosts a RAG (Retrieval-Augmented Generation) application using Langchain, enabling users to query over 100 research papers on GANs. It provides accurate, context-based answers using…