DataRohit
🌟 Data Dreamer | Code Explorer | Full Stack Adventurer | Turning coffee into code and ideas into reality!
Nagpur
Pinned Repositories
AgentSphere
A dynamic AI platform enabling users to interact with agents individually or in groups, create workflows, and integrate MCP tools for seamless task automation.
Django-Apartment-Management
Alpha Apartments is a comprehensive web portal designed to streamline apartment management and communication for tenants and non-tenants (technicians). The platform features user-friendly interfaces and robust backend support to ensure a seamless experience.
Django-Ecommerce-Database-Design
This Django-based E-commerce project is designed to offer a robust and scalable solution for online retail businesses. Leveraging Django's powerful framework, along with PostgreSQL database management system and Docker for containerization, this project provides a comprehensive platform for managing various aspects of an online store.
Gesture-Control-Hill-Climb-Racing
This Repo contains file to control Hill Climb Racing using Hand Gesture. This uses OpenCV and Mediapipe for Hand Gesture Detection and pynput module to simulate keyboard events.
InitStack
A Robust Backend Template For Building Scalable And Observable APIs With Django, Celery, Docker, And OpenTelemetry.
Quill-Document-Chat
Quill is a cutting-edge fullstack SaaS platform built from scratch using Next.js 13.5, tRPC, TypeScript, Prisma, and Tailwind. It features a beautiful landing and pricing page, real-time streaming API responses, and robust authentication via Kinde. With modern UI components, optimistic updates, and seamless data fetching.
Stockastic
Stockastic is an ML-powered stock price prediction app built with Python and Streamlit. It utilizes machine learning models to forecast stock prices and help investors make data-driven decisions.
Stockastic-Revamped
Stockastic is a stock monitoring platform that provides investment insights with secure user authentication. Users can track their favorite stocks and visualize performance through interactive Plotly graphs.
Time-Series-Forecasting
This Time Series Forecasting I-Python notebooks are from DerekBanas Youtube tutorial on time-series-analysis. These notebook feature a lot of techniques that can be used to predict the future for time series data like weather, stocks, etc.
Zenith
Zenith Is A CLI-Based AI Coding Agent That Transforms Natural Language Into Efficient, Production-Ready Code.
DataRohit's Repositories
DataRohit/Stockastic
Stockastic is an ML-powered stock price prediction app built with Python and Streamlit. It utilizes machine learning models to forecast stock prices and help investors make data-driven decisions.
DataRohit/Django-Ecommerce-Database-Design
This Django-based E-commerce project is designed to offer a robust and scalable solution for online retail businesses. Leveraging Django's powerful framework, along with PostgreSQL database management system and Docker for containerization, this project provides a comprehensive platform for managing various aspects of an online store.
DataRohit/Django-Apartment-Management
Alpha Apartments is a comprehensive web portal designed to streamline apartment management and communication for tenants and non-tenants (technicians). The platform features user-friendly interfaces and robust backend support to ensure a seamless experience.
DataRohit/AgentSphere
A dynamic AI platform enabling users to interact with agents individually or in groups, create workflows, and integrate MCP tools for seamless task automation.
DataRohit/Quill-Document-Chat
Quill is a cutting-edge fullstack SaaS platform built from scratch using Next.js 13.5, tRPC, TypeScript, Prisma, and Tailwind. It features a beautiful landing and pricing page, real-time streaming API responses, and robust authentication via Kinde. With modern UI components, optimistic updates, and seamless data fetching.
DataRohit/DataRohit
Github public profile repository.
DataRohit/Order-Management-System
This microservices-based Order Management System streamlines e-commerce by managing products, inventory, orders, and payments. It supports vendor and customer authentication, asynchronous task processing for scalability, and cloud-native deployment using Docker and Consul for service discovery.
DataRohit/Vendor-Management-System
A comprehensive Django and Django Rest Framework-based Vendor Management System, featuring secure user authentication, detailed vendor and purchase order management, and robust performance tracking with Celery Beat. Easily configurable via environment variables for streamlined deployment.
DataRohit/Advanded-Python-Concepts
This repository contains examples and explanations of advanced Python features. These concepts are essential for writing more efficient, readable, and powerful Python code.
DataRohit/AgentSphere-MCP-Servers
A collection of Model Control Protocol (MCP) servers that provide AI systems with standardized access to various data sources. This repository contains multiple MCP server implementations, each designed to expose different external APIs through a consistent interface for AI agents.
DataRohit/AI-Flappy-Bird-Game
This is a reinforcement learning based project where multiple agents are created and trained to learn the play the flappy bird game.
DataRohit/AI-Mario-Game
This is a Deep-Q Learning [Stable Baseline] based AI Mario Game where the Model Incrementally Learns and Improves to Play the Game.
DataRohit/AI-Snake-Game
This is a Deep-Q Learning based AI Snake Game where the Model Incrementally Learns and Improves to Play the Game.
DataRohit/Bookly-FastAPI-Backend
Bookly is an online platform for book lovers to share and exchange their personal collections. Users can list books for sale or borrowing, fostering a community-driven marketplace. With a user-friendly interface, Bookly makes it easy to discover new titles and promote sustainable book sharing.
DataRohit/Clony
🛠️ A modern Git clone tool with a colorful CLI interface. ✨ Clony provides intuitive Git commands with clear output, smart file staging, and flexible repository management.
DataRohit/Deep-Audio-Classification
This project aims to build a deep learning model for counting the number of Capuchinbird calls within a given audio clips. Here audio spectrograms and split-window approach is used to count the bird calls in the the audio.
DataRohit/Django-GraphQL
This GitHub project is a Django-GraphQL application using the Graphene package, enabling efficient CRUD operations with CORS and Djagno-GraphQL-Auth for JWT Authentication.
DataRohit/Django-HTMX-Finance-Tracker
A simple finance tracker app built with Django and HTMX, enabling seamless tracking and management of personal finances with dynamic interactions. Lightweight, intuitive, and efficient for everyday use.
DataRohit/Django-Rest-Framework-Course
My Django Rest Framework learning project encompassed generic API view classes, permissions, authentication methods including token-based and JWT, CORS handling, task scheduling, etc., providing a comprehensive understanding of RESTful API development.
DataRohit/Go-Lang-Projects
This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the architecture-diagram.svg within each folder for a visual representation of the project's architecture and overall design.
DataRohit/Go-Restaurant-Management-Backend-Project
This project is a simple backend solution for restaurant management, built using Go. It leverages the Gin framework for web handling, MongoDB for database operations, and includes essential functionalities such as user authentication (signup, login), and CRUD operations for menu items, food, tables, orders, order items, and invoices.
DataRohit/Go-Todo-CLI
A simple CLI-based Todo application built using Go. Supports adding, editing, deleting, and listing tasks, with the ability to toggle task completion status. Designed for quick task management in the terminal.
DataRohit/Gopher-Social-Backend
Gopher Social Backend is a high-performance API server for a social media platform tailored for Go enthusiasts. Built with Go and Gin Gonic, it offers user management, content creation, social interactions, and more, with a focus on scalability, security, and developer experience.
DataRohit/InitStack
A Robust Backend Template For Building Scalable And Observable APIs With Django, Celery, Docker, And OpenTelemetry.
DataRohit/Learning-FastAPI
This repository contains the code for learning basics of FastAPI with Docker containers and images. The repository uses alembic and sqlalchemy to make migrations and migrate change to the database.
DataRohit/Learning-Go-Lang
This repository contains a collection of Go programs and projects that I created while learning the Go programming language. The programs are organized in a sequence that progressively covers various aspects of Go, from basic syntax to advanced topics such as concurrency and web development.
DataRohit/News-Classifier
This project is a news classifier application that collects news articles from various RSS feeds, categorizes them, and stores them in a PostgreSQL database.
DataRohit/PokePulse
Welcome to PokePulse, your ultimate Pokémon data API powered by Django Rest Framework! Get ready to dive into the world of Pokémon with seamless access to comprehensive data.
DataRohit/Stockastic-Revamped
Stockastic is a stock monitoring platform that provides investment insights with secure user authentication. Users can track their favorite stocks and visualize performance through interactive Plotly graphs.
DataRohit/Zenith
Zenith Is A CLI-Based AI Coding Agent That Transforms Natural Language Into Efficient, Production-Ready Code.