Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateHere list of most downloaded source code from kashipara.
Query any SQLite database using plain English with no SQL knowledge required. The agent automatically discovers the schema, translates plain English questions into SQL queries, executes them and returns human readable answers. Includes auto repair for broken queries. Features include automatic schema discovery, natural language to SQL conversion ... [ Download Source Code ]
A document summarization pipeline capable of handling texts of any length using map-reduce strategy. Long documents are split into chunks, each chunk is summarized independently then all summaries are combined into a final output. Works on books, reports and transcripts. Features include three summary modes Brief, Detailed and Bullet Points, map ... [ Download Source Code ]
An autonomous AI agent that searches the live web in real time to answer any question. Uses the ReAct framework where the agent thinks about what to search, performs the search, observes the results and repeats until confident answer is found. Features include live web search via Tavily API, multi-step ReAct reasoning loop, transparent step by s ... [ Download Source Code ]
Upload any PDF and ask natural language questions about it using Retrieval-Augmented Generation. The program splits the PDF into chunks, embeds them into a FAISS vector store, and retrieves the most relevant sections to answer each question accurately. Key features include PDF ingestion and smart chunking, semantic search via FAISS vector store, ... [ Download Source Code ]
A conversational chatbot built with LangChain and GPT-4o that remembers the full session history. Users type any question and receive intelligent context-aware replies. The bot uses ConversationBufferMemory to retain all previous messages. Features include persistent conversation memory, GPT-4o integration, custom system prompt, clean CLI interf ... [ Download Source Code ]
3.1. User Interaction Features • Horoscope Input Form Users can enter their name and select their zodiac sign through an intuitive web form. • Personalized Horoscope Display After submitting the form, users receive personalized astrological predictions and details including mood, lucky color, lucky number, element, and compatibility. • D ... [ Download Source Code ]
? Features of Astrological Management System 1. Zodiac Sign Calculation Automatically calculates the zodiac (sun) sign based on the user’s date of birth. Handles all 12 zodiac signs with accurate date ranges. 2. Horoscope Generation Generates a random daily horoscope for each zodiac sign. Simulates basic astrology behavior using a pre ... [ Download Source Code ]
? 1. Admin Panel Add New Product Admin can add product details: name, category, price, stock. Edit Product Modify product name, price, quantity, etc. Delete Product Remove product permanently. View Product List Table of all products with edit/delete options. ... [ Download Source Code ]
Admin Create Admin account using following command After Login, can see Unit of blood of each blood group available, Number Of Donor, Number of blood request, Number of approved request, Total Unit of blood on Dashboard. Can View, Update, Delete Donor. Can View, Update, Delete Patient. Can View Donation Request made by donor and can approve or ... [ Download Source Code ]
Its a web application created by using the Django framework having donor,admin, receiver modules it will be using on real-time blood stock management at hospitals to keep the blood stocks. ... [ Download Source Code ]
The Online Python Compiler project provides users with an interactive platform to write and execute Python code directly in their browser. Utilizing Django for the backend, along with HTML, CSS, JavaScript, and Bootstrap for the frontend, this project offers a seamless coding experience with real-time feedback. Developed using PyCharm, it focuses ... [ Download Source Code ]
For a Python project using Flask, the features and functionality can vary based on the specific application you're developing. However, I can provide a general overview of typical features and functionalities that might be included in a Flask-based application. You can tailor these to fit your specific project needs. 1. Authentication and Author ... [ Download Source Code ]
? Article Generator Module ? LLM Selection: Choose from three different models ? Text Generation: Generates articles based on input prompts ? Performance Evaluation: Compare outputs from different models ? Analytics & Dashboard Module ? Track User Queries: Log all user queries and responses ? Most Common Topics: Identify frequently asked to ... [ Download Source Code ]
This game is for Fun use in college and school project this is easy game and play with artificial intelligence ... [ Download Source Code ]
This game for Fun and use its for college school projects.this is easy game it's have 3 level easy medium and hard ... [ Download Source Code ]
Key Features 1. User Authentication Login System: Ensures only authorized users can access the system. User Roles (Optional): Admin and regular user roles for different access levels. 2. Inventory Management (CRUD Operations) Add New Items: Users can add new products to the inventory with details such as: Product Name Category Quantity Pri ... [ Download Source Code ]
Creating a gaming website with Python involves several features and functionality that can enhance the user experience and support various types of games (like multiplayer, single-player, etc.). I'll outline the key features and functionalities you can implement for a basic gaming website, followed by a sample structure using Python-based web frame ... [ Download Source Code ]
The Audio Book Master Project is a comprehensive web application designed to manage and play audio books. The increasing popularity of audiobooks has led to the development of the Audiobook Master Project. The project aims to provide a seamless and enjoyable experience for users to discover, play, and manage their favorite audiobooks. Leveraging mo ... [ Download Source Code ]
The Review and Rating Aggregator project is a web-based platform designed to gather and present public reviews from various sources. It offers users a centralized location to access and analyze feedback for various products and services, including food delivery apps, e-commerce platforms, and social media channels. The platform features an intuit ... [ Download Source Code ]
Our project student Management System includes registration of students , storing their details into the system, I,e, computerized the whole process. Our software has the facility to give a unique id for every student and stores the details of every student. It includes a search facility . it also search by name , contact and roll number. The data ... [ Download Source Code ]
In this application we believe in the power of collective kindness to transform lives and communities. Every donation, no matter how big or small, has the potential to make a significant impact. By joining hands with us, you become a part of a movement dedicated to creating positive change and spreading hope to those in need. ... [ Download Source Code ]
Machine Learning for Robust Spam Detection In the ever-evolving realm of email communication, the persistent issue of spam remains a significant concern. Thankfully, machine learning offers powerful tools to combat this problem by effectively classifying emails as spam or legitimate. Here's a detailed exploration of how machine learning can be l ... [ Download Source Code ]
1. THIS PROJECTS CONSITS OF 1. FACE DETECTION USING YOLOV7 MODEL. 2. IT CAN DETECTION FACE IN JPGS. 3. IT CAN RUN IN VSCODE AND PYCHARM. ... [ Download Source Code ]
1. THIS PROJECTS CONSITS OF 1. Brain Tumor DETECTION USING YOLOV7 MODEL. 2. IT CAN DETECTION IN Brain Tumor JPGS. 3. IT CAN RUN IN VSCODE AND PYCHARM. ... [ Download Source Code ]
1. THIS PROJECTS CONSITS OF 1. EMOTION DETECTION USING YOLOV7 MODEL. 2. IT CAN DETECTION EMOTION IN JPGS. 3. IT CAN RUN IN VSCODE AND PYCHARM. ... [ Download Source Code ]
1. THIS PROJECTS CONSITS OF 1. HELMET DETECTION USING YOLOV7 MODEL. 2. IT CAN DETECTION HELMET IN JPGS. 3. IT CAN RUN IN VSCODE AND PYCHARM. ... [ Download Source Code ]
1. Railway Reservation have user registration and login. 2. Train Search and Availability. 3. Add Trains and delete trains 4. Cancel Tickets 5. Booking and cancelling tickets. ... [ Download Source Code ]
1. online course management system have Teacher and student login. 2. Course Search and Availability. 3. Add students and delete students 4. Add course and delete course 5. List all courses. ... [ Download Source Code ]
1. FACE RECOGNITION PYTHON PROJECT FIRST CREATES DATASET FROM WEBCAM IMAGES USING OPENCV ( DATASET CREATER.PY) 2. IT TRAINS THE DATASET USING TRAINER.PY 3. ATLAST IT DETECTS AND RECOGNIZE FACE USING DETECTER.PY 4. SQLITE TO STORE DETAILS. BONUS CODE: 1. TIME AND CAPTURE.PY FILE CAPTURES THE FACES IF HE COMES LATE AT CUSTOM TIME. ... [ Download Source Code ]
In this page Hospital Management System project is a web application which is developed in Python platform. This Python project with tutorial and guide for developing a code. Hospital Management System is a open source you can Download zip and edit as per you need. If you want more latest Python projects here. This is simple and basic level small p ... [ Download Source Code ]
This tkinter project was developed using various python modules and can be executed using the required software and modules, keep supporting kashipara. ... [ Download Source Code ]
it have admin panel you can make changes in website run the server and search on the browser localhost:8000/admin blogs you can add ,edit and update these sections categories(Categoriess) our features (Featuress) Proucts(products) categories(Categoriess) products(Proucts) banner description(Bannerdescs) for any query you can dm me on in ... [ Download Source Code ]
Customer can view/search products without login. Customer can also add/remove product to cart without login When customer try to purchase product, then he/she must login to system. After creating account and login to system, he/she can place order. If customer click on pay button, then their payment will be successful and their order will be p ... [ Download Source Code ]
This project is on desktop application which based Steganography --- Message hiding in image application. Built using Python, We have to select image from desktop and we able to hide message which can only seen after entering correct key. You can make changes in file as per your need. ... [ Download Source Code ]
This Python program implements a simple Examination System. It allows staff and students to perform various actions, such as creating students, conducting exams, approving students for exams, generating reports, and more. ... [ Download Source Code ]
Offline coordinate plotter from .xlsx files. GUI based, easy to follow, beginner friendly project. Coordinate data shown on map when particular plot is clicked. Option to adjust plot size. Highly customisable. Provides 5 map quality options ranging from f (full: clearest and slowest map generation) all the way to c (crude: fastest yet most rugged m ... [ Download Source Code ]
The Flight Reservation System is a user-friendly program that provides functionality for passengers to book and cancel tickets, and cashiers to approve or cancel tickets. The program is designed using object-oriented principles and offers a simple and intuitive interface for users. ... [ Download Source Code ]
This is an AI assistant named Jarvis which can perform various tasks using voice commands. This program is created using Python programming language and utilizes several libraries such as pyttsx3, speech_recognition, datetime, wikipedia, webbrowser, os and smtplib. ... [ Download Source Code ]
As the name itself suggest, this project is an attempt to manage our daily expenses in a more efficient and manageable way. Sometime we can’t remember where our money goes. And we can’t handle our cash flow. Our goal is to create an expense tracking system where user can be tracking all financial activities and view previous income and expense ... [ Download Source Code ]
Import tkinder,random,date,datetime make sure you have imported pip download and unzip the file open the pycharm click on file->settings-> project interprenur-> click on the +(plus)-> import the above mentioned ... [ Download Source Code ]
loads the music player from you laptop directories and then when you run the file the music is played ... [ Download Source Code ]
Admin Signup their account. Then Login (No approval Required). Can register/view/approve/reject/delete doctor (approve those doctor who applied for job in their hospital). Can admit/view/approve/reject/discharge patient (discharge patient when treatment is done). Doctor Apply for job in hospital. Then Login (Approval required by hospital admin ... [ Download Source Code ]
# This simulator in the media This simulator was featured on [Wisden](https://wisden.com/stories/global-t20-leagues/indian-premier-league-2021/rcb-finally-win-the-ipl-reddit-user-writes-python-script-to-simulate-remainder-of-2021-season), [CricTracker](https://www.crictracker.com/rcb-to-win-ipl-2021-a-reddit-user-simulates-the-remaining-season-t ... [ Download Source Code ]
The script allows the user to enter any text or link, and then generate a QR code image based on that input. The generated QR code can be displayed in the GUI and printed to a file using the Print QR Code button. The script uses the qrcode library to generate the QR code image and the PIL library to convert the image to a format that can be dis ... [ Download Source Code ]
Our app is a simple and highly effective tool for taking screenshots with just one click. With this app, you no longer need to rely on any other tool or software for taking screenshots. All you have to do is press the Enter key on your keyboard and voila! The screenshot is captured instantly. This app is designed to save you valuable time and stre ... [ Download Source Code ]
This tool simplifies the use of frequently accessed files and folders from a single app. It saves time by eliminating the need to switch between files or folders. Simply load your desired files and folders into the app's interface, and you can easily open and remove them. The app will automatically save your selections upon closing. It's a convenie ... [ Download Source Code ]
1. Complete Source Code 2. Project Report 3. Installation Video. 4. Code Explanation Video User Registration: Our system allows users to register their faces along with their name identity. This registration process is quick and easy, and it ensures that each user's attendance is accurately tracked. Realtime model training in 5-10sec ... [ Download Source Code ]
To train th model and using tkinter we create GUI to evaluate output About half of all Americans (47%) have at least 1 of 3 key risk factors for heart disease: high blood pressure, high cholesterol, and smoking. Some risk factors for heart disease cannot be controlled, such as your age or family history. But you can take steps to lower your risk b ... [ Download Source Code ]
This tkinter project was developed using various python modules and can be executed using the required software and modules, keep supporting kashipara. ... [ Download Source Code ]
The program is simple the user will have a single text input field where he has to enter the disease he think he is suffering from and the program will accordingly ask about symptoms to which user has to answer in format of y for yes and n for no and accordingly program will suggest you the treatment or will suggest the best hospitals in a particul ... [ Download Source Code ]