| No. |
Title and Author |
Area |
Country |
Page |
| 1 |
Cloud-Based SaaS Code Editor Inspired by VSCode for Real-Time Collaborative Programming
-Praachi Singh ; Vaishnavi Hiremath; Prajwal S
The growing demand for platform-independent, collaborative software development tools has accelerated the adoption of cloud-hosted Integrated Development Environments (IDEs). This paper presents the design and implementation of a cloud-based Software-as-a-Service (SaaS) code editor modelled on Visual Studio Code (VSCode), utilising the Monaco Editor, Next.js, Node.js, WebSockets via Socket.IO, MongoDB, and GitHub APIs to deliver a fully functional, browser-based programming environment. The proposed system obviates the requirement for local software installation while enabling real-time collaborative code editing across geographically distributed teams. Core features include multi-language syntax highlighting, intelligent auto-completion, secure JWT-based user authentication, GitHub repository integration, and cloud-persistent project storage deployed on Vercel. The system architecture adopts a modular four-layer model comprising the client presentation layer, application service layer, real-time collaboration layer, and cloud data infrastructure layer. Experimental evaluation confirms seamless multi-user synchronisation with low-latency WebSocket communication, stable cross-device accessibility, and successful cloud deployment. Comparative analysis demonstrates that the proposed system surpasses existing solutions in terms of customisability, open-source flexibility, and self-deployment independence. Read More...
|
Information Science and Engineering |
India |
1-5 |
| 2 |
A Comprehensive College ERP System for Academic and Administrative Management
-Yash Amte
The accelerating pace of digital innovation has fundamentally reshaped how educational institutions conduct their day-to-day operations. Colleges increasingly grapple with the complexity of coordinating academic workflows and institutional processes—ranging from maintaining student databases and monitoring attendance patterns to organizing class schedules, processing examination outcomes, and facilitating stakeholder communication. Conventional approaches, which depend predominantly on paper-based workflows or disjointed software tools, frequently give rise to operational bottlenecks, inconsistent datasets, and restricted information availability. This paper outlines the architectural blueprint and practical realization of a Unified College Enterprise Resource Planning (ERP) Platform that consolidates diverse academic and administrative functionalities within a single cohesive environment. The proposed platform harnesses contemporary web frameworks and adheres to a multi-layered, extensible architecture aimed at guaranteeing optimal data governance and robust system throughput. Core capabilities encompass student and instructor lifecycle management, attendance monitoring, schedule generation, institutional bulletin systems, and live bidirectional communication powered by WebSocket technology. The server-side infrastructure is engineered in Java utilizing the Spring Boot ecosystem, with Spring Security enforcing token-driven authentication via JSON Web Tokens (JWT) alongside granular, role-governed access policies. The platf+orm natively accommodates multi-tenancy, permitting distinct institutions to function autonomously on shared infrastructure while upholding strict data partitioning. PostgreSQL serves as the persistence layer, complemented by Flyway for systematic schema evolution and version tracking. Empirical evaluation of the deployed platform reveals measurable gains in operational throughput, diminished reliance on manual interventions, strengthened internal communication channels, and enriched decision-making capacity through instantaneous data retrieval. The resulting ERP platform delivers a future-proof, tamper-resistant solution tailored to the demands of contemporary academic organizations. Read More...
|
Techonology |
India |
6-11 |
| 3 |
My Coding Prompt – Smart Website & App Builder: Architecture, AI Integration, and Real-World Applications
-Pranav Nitin Ghate ; DR. Netraja Mulay
My Coding Prompt is an AI-powered Smart Website and App Builder that enables users—regardless of technical background—to generate fully functional websites and mobile applications from natural language prompts. The system interprets user intent using large language model (LLM) integration, auto-generates production-ready code, selects appropriate technology stacks, and provides live preview environments. This paper examines the complete architecture of such a system: how prompts are parsed and understood, how code is generated and validated, how the builder manages multi-framework output (HTML/CSS/JS, React, Flutter), and how real platforms such as Vercel v0, GitHub Copilot, and Bolt.new have implemented these ideas. We compare AI-assisted development against traditional manual development to uncover measurable differences in speed, quality, and accessibility. In short – AI-driven app builders are no longer a novelty; they are rapidly becoming the standard for rapid prototyping and MVP delivery. Read More...
|
Computer Science and Information Technology |
India |
12-16 |
| 4 |
Optimizing Data Consistency in Intermittent Network Environments: A Hybrid Synchronization Protocol for Rural Micro-Finance Applications
-Kunal Chikram ; Mr. Shripad S. Bhide
Rural Self-Help Groups (SHGs) in India form the backbone of grassroots financial inclusion; however, their record-keeping remains largely paper-based and error-prone. Digitizing these ledgers introduces a critical challenge: maintaining data consistency when network connectivity is unreliable or absent. This study presents a hybrid synchronization protocol implemented in the Bharat Bachat Android application, which is specifically designed to guarantee data consistency for SHG ledger operations under intermittent network conditions. The protocol combines a local-first SQLite edge database with a conflict-aware, timestamp-driven synchronization engine that asynchronously replicates records to a centralized Laravel/MySQL backend. This study examines the consistency guarantees of this design, the mechanisms that prevent data loss or corruption during prolonged offline periods, and the conflict resolution strategies employed when multiple offline sessions converge. The results demonstrate that the proposed protocol achieves strong eventual consistency with zero data loss across disconnection periods, making it a viable and cost-effective solution for rural microfinance digitization. Read More...
|
Master of Computer Application |
India |
17-20 |
| 5 |
Agriculture Robot Using DHT11 and Soil Moisture Sensor
-Mr.Vivek Sakhare ; Dr.Nilesh Bodhne; Dr.Saurabh Lawate
An Agri Robot is an autonomous agricultural robot designed to automate farming tasks, improving efficiency and productivity. The robot is equipped with sensors and AI-powered vision to navigate and perform tasks like planting, watering, and harvesting. With its modular design and adaptability, the Agri Robot can be customized for various crops and farm sizes, addressing labor shortages and promoting sustainable agriculture. Read More...
|
M.Tech |
India |
21-24 |
| 6 |
Secure Web Application Development Using ASP.NET Core with JWT Authentication
-Bhavesh Santosh Katkar ; Mrs. Vrushali Shinde
The rapid adoption of web applications and REST-based services has increased exposure to security threats, including SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF), authentication weaknesses, and improper access control mechanisms. This study examines secure web application development using ASP.NET Core together with JSON Web Token (JWT) authentication techniques. ASP.NET Core is one of the leading modern frameworks for developing efficient and secure applications, offering numerous features, including middleware request processing, model validation, dependency injection, and secure database connection via Entity Framework Core. Adding JWT authentication makes ASP.NET Core even more capable of developing safe web apps, thanks to its ability to provide stateless authentication, claims and roles-based identities and authorizations, as well as expiring tokens. Important concepts in the field of secure web development discussed here include safe coding, management of secret keys, encryption of data over HTTPS, refresh token techniques, and OWASP guidelines. Read More...
|
MCA |
India |
25-27 |
| 7 |
Secure Web Application Development Using Python
-Soham Anand Borage ; Mr. Shripad Bhide
The rapid growth of web technologies has increased the demand for secure web applications. As online services expand, protecting user data and preventing cyber-attacks has become a major concern for developers. Python has become one of the most popular programming languages for web development because of its simplicity, scalability, and strong framework support. This research focuses on secure web application development using Python, especially with the Django framework. Django includes built-in security features that protect against SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF), and authentication vulnerabilities. The study explores secure design principles, system architecture, and development techniques that contribute to building secure web systems. Additionally, it looks at security tools and practices like Object Relational Mapping (ORM), authentication modules, encrypted communication, and secure deployment strategies. The results show that Python-based frameworks allow developers to create scalable, secure, and efficient web applications while making development easier. The proposed architecture combines secure coding practices with modern web technologies to improve data protection and system reliability. Read More...
|
MCA |
India |
28-31 |
| 8 |
An Automated Sanity Testing Approach for EN HANCING Reliability in Payment Applications
-Chaitanya Patil ; Mrs. Vrushali Shinde
The Payment Application Automation Testing Framework is designed to facilitate the process of end-to-end testing of financial transactions on Android based POS terminals. Nowadays, the increasing popularity of digital payment systems necessitates accurate and efficient testing of transaction workflows. The traditional approach to regression testing based on manually performed procedures is ineffective and time-consuming since it requires substantial resources to perform. This issue can be resolved through implementing a testing strategy based on automation technologies. The testing tool allows running a wide range of transactions including Card Sale, UPI, Void, Preauthorization, and Auth Completion among others. For this purpose, the system utilizes state-of-the-art software such as Appium (mobile application automation), PyTest (testing procedure execution), OpenCV (image recognition), and Allure (detailed testing report preparation). Each transaction is tested by means of conducting multiple activities that involve receipt creation, data validation, and user interface interaction. One of the main advantages of the proposed system is its ability to incorporate dynamic waiting mechanisms and activity synchronization. These features ensure higher execution speed and reliability in comparison with the traditional use of static delays. Moreover, the testing framework enables developers to conduct activities on various POS terminals with minimal code customization required. In addition, visual validation techniques increase testing accuracy since they include verification of onscreen elements and printed receipts. In conclusion, the described framework can greatly reduce testing efforts while minimizing human errors and enhancing testing cycles. Therefore, it can contribute to the improvement of software quality and increase transaction accuracy rate. Read More...
|
MCA |
India |
32-35 |
| 9 |
Cloud Server Deployment using Hostinger VPS
-Shashank Shelar ; Mrs. Vrushali Shinde
This paper presents a detailed implementation of cloud infrastructure deployment using Virtual Private Servers (VPS) and Amazon Web Services (AWS). Traditional hosting systems face challenges such as high cost, limited scalability, and manual configuration complexity. This study demonstrates a practical approach using Linux based environments, SSH access, and NGINX web server configuration. The results highlight improvements in deployment speed, scalability, and operational efficiency. The project bridges the gap between theoretical knowledge and real-world cloud engineering practices. Read More...
|
MCA |
India |
36-39 |
| 10 |
The Smart Rural Governance Portal
-Ketan Naik ; Mrs. Ashwini Garkhedkar
Gram Panchayat administration in rural India remains heavily dependent on manual processes for complaint handling, notice dissemination, and welfare scheme communication — conditions that produce slow resolution cycles, poor accountability, and limited citizen awareness. This paper presents the Smart Rural Governance Portal, a web-based platform built to digitalize these core administrative functions and strengthen the connection between villagers and their local Panchayat office. Citizens can register on the platform, submit complaints supported by geo-tagged location data and photographic evidence, and monitor the progress of their submissions in real time. A dedicated administrative dashboard allows the Sarpanch to manage incoming complaints, apply keyword-driven priority classification to identify urgent issues, publish public notices, and maintain updated information on applicable government schemes. The system is developed using React for the frontend, PHP for backend logic, and MySQL for data storage, following a three-tier architecture that supports future scalability across multiple Panchayat regions. Testing confirmed improvements in complaint processing efficiency and citizen access to scheme information. The portal demonstrates that appropriately scoped digital infrastructure, built around the actual constraints of rural administration, can produce meaningful gains in governance transparency and responsiveness at the grassroots level. Read More...
|
Master of Computer Application |
India |
40-49 |
| 11 |
To Analyze The Factors Influencing Job Satisfaction Among It Professionals
-DR.C.Pushpalatha ; R.Priyadarshini
This research examines specific dimension of IT employees’ job satisfaction with particular emphasis on work environment factors, detailed job characteristics, and relative weights of the different job satisfaction indicators. The main goals are to evaluate the influence of WEM on job satisfaction, compare the individuals’ satisfaction with job characteristics, and identify the hierarchy of the JS factors. Carrying out an exploratory quantitative study, the study adopts a structured questionnaire filled online on 113 IT professionals and analyzed through ANOVA and the Friedman Test. Therefore, the results showed that there is a marked disparity with reference to years of experience and income. As for the patterns, the perception of work environment is found to differ by experience while satisfaction with job roles is affected by income. The mathematical evaluation of the ranking results is to point out the recognition and security at work as the most significant factors influencing job satisfaction. Thus, the problem underlines the importance of adapting organizational environments and compensation policies for increasing satisfaction. New research avenues include follow-up studies, effects of new technologies, cultural differences, qualitative data, and assessment of particular interventions to enhance IS/IT workers’ job satisfaction. Read More...
|
Commerce |
India |
50-57 |
| 12 |
Experimental Investigation and Optimization of Energy Consumption in CNC Milling using IoT-Based Real-Time Monitoring and Taguchi Method
-Mr. Hatkar Nilesh Gangadhar ; Dr. S. K. Biradar; Md. Irfan; Prof. R. L. Karwande; Prof. S. B. Chabbile
The increasing energy demand in manufacturing industries has created the need for intelligent and energy-efficient machining systems. The present study focuses on the experimental investigation and optimization of energy consumption in CNC milling using an IoT-based real-time monitoring system and Taguchi optimization method. An experimental setup consisting of current sensors, voltage sensors, power analyzer, microcontroller-based data acquisition system, and cloud-based monitoring platform was developed for continuous monitoring of machining energy consumption. The experiments were conducted on a CNC vertical milling machine under different machining conditions by varying spindle speed, feed rate, and depth of cut using an L9 orthogonal array. Real-time energy data were collected and statistically analyzed using Signal-to-Noise ratio analysis, regression analysis, and ANOVA. The experimental results revealed that machining parameters significantly influence energy consumption, with spindle speed showing the highest contribution. The optimized machining conditions resulted in considerable reduction in energy consumption and improvement in machining efficiency. The developed IoT monitoring framework successfully provided continuous real-time energy analytics and improved process visibility. The study demonstrates that the integration of IoT-based monitoring, statistical optimization, and sustainable machining strategies can effectively support intelligent and energy-efficient CNC manufacturing systems. Read More...
|
Mechanical Engineering |
India |
58-64 |
| 13 |
LexiScan Auto: An Intelligent Automated Legal Entity Extractor Using Deep Learning NER for High-Volume Contract Processing in FinTech Legal Operations
-Hitesh Suresh Sethiya ; Prof. Yogeshchandra Puranik
The exponential growth of digital legal documentation in modern FinTech and enterprise law practice has created an acute need for automated, accurate, and scalable information extraction systems. This paper presents LexiScan Auto, a production-grade Intelligent Document Parsing system that employs a multi-stage pipeline combining Optical Character Recognition (OCR), classical Natural Language Processing (NLP) baselines, and a custom deep learning Named Entity Recognition (NER) architecture to automatically extract critical legal entities from unstructured PDF contracts at scale. The system targets four high-value entity classes: Party Names, Effective Dates, Total Monetary Values, and Jurisdiction. We architect an end-to-end pipeline: (1) a robust OCR sub-system powered by Tesseract and pdf2image to digitize scanned, image-based PDFs; (2) a TF-IDF vectorization and Regex-based preliminary classifier providing a strong interpretable baseline; (3) a custom Bidirectional Long Short-Term Memory (Bi-LSTM) model with a Conditional Random Field (CRF) decoding layer, trained on domain-specific legal corpora, achieving superior F1 scores over rule-based approaches; and (4) a post-processing validation engine enforcing logical heuristic constraints (e.g., Termination Date must follow Effective Date). Experimental results demonstrate that LexiScan Auto achieves a macro-averaged F1-score of 91.7% across all four entity categories on a held-out legal contract test set, representing a 38.4% improvement over pure Regex baselines and a 21.2% improvement over off-the-shelf spaCy NER models. The system is implemented in Python using TensorFlow/Keras and spaCy, and is designed for seamless integration into high-volume law firm document management workflows. Read More...
|
MCA |
India |
65-70 |
| 14 |
Unified Service Hub: A Dynamic Preference-Aware Service Matching Platform Using Adaptive Weighted Ranking
-Gaurav Kumar Mishra ; Mr. Shripad S. Bhide
Digital service platforms have transformed the way users access professional and household services. However, many current systems depend heavily on static filtering mechanisms such as category, price, or location, which often fail to deliver the most relevant service options. This limitation increases user effort, delays decision-making, and reduces overall platform efficiency. This paper presents Unified Service Hub, a web-based intelligent service matching platform designed to improve service discovery through an adaptive weighted ranking framework. Unlike conventional filtering systems, the proposed platform evaluates services using multiple dynamic parameters including provider rating, service availability, response time, provider experience, user preference, and feedback-driven trust scoring. A dynamic ranking mechanism adjusts parameter weights based on user intent, enabling personalized and context-sensitive service recommendations. The system is implemented using a React-based Single Page Application frontend, a Spring Boot RESTful backend, and a MySQL relational database. To improve responsiveness and scalability, frontend optimizations such as lazy loading, caching, and paginated service retrieval are integrated into the architecture. Experimental evaluation indicates that the proposed system improves relevance in service selection, reduces user navigation effort, and creates a more adaptive and explainable recommendation process. The proposed framework establishes a practical foundation for future AI-driven recommendation systems in digital service marketplaces. Read More...
|
Master of Computer Application |
India |
71-72 |
| 15 |
Expense Receipt OCR and AI-Driven Insight Generation for Sales CRM Systems
-Omkar Sanjay Kamble ; Mr. Shripad Bhide
Expense management in modern organizations is increasingly dependent on digital workflows and automation systems. However, many organizations still rely on manual expense receipt processing and fragmented operational analysis methods. Traditional OCR systems frequently fail when handling low-quality receipts, payment screenshots, inconsistent layouts, and noisy image conditions. Additionally, organizations require intelligent business insights derived from CRM operational data for effective decision-making. This paper presents a hybrid Expense Receipt OCR and AI- Driven Insight Generation framework integrated into a Sales CRM platform. The proposed system combines image preprocessing, hybrid OCR extraction using Tesseract.js and Python OCR ensemble methods, machine learning based field extraction, expense category prediction, confidence-aware review logic, and AI-powered CRM insight generation. The framework supports both physical receipts and digital payment screenshots from applications such as Google Pay, PhonePe, and Paytm. The OCR module extracts structured expense information including vendor name, date, GST amount, category, total amount, and confidence metrics. The AI insight module analyzes CRM operational data including leads, deals, quotations, meetings, expenses, and follow-ups to generate business recommendations using Gemini AI models with deterministic fallback support. The proposed architecture improves operational efficiency, reduces manual expense processing effort, enhances structured data extraction, and supports intelligent business decision-making in CRM environments. Read More...
|
Master of Computer Application |
India |
75-78 |
| 16 |
An Explainable Multi-Center Hybrid SAE–CNN Framework for Robust Cardiovascular Disease Prediction
-Tirupatirao Kalipindi ; Lakshmi Barla
Cardiovascular disease (CVD) is one of the leading causes of death worldwide and, therefore, the need for accurate and interpretable computational models for clinical decision support is critical. Deep neural networks have shown great predictive capacity for many types of data; however, there are many challenges when utilizing structured clinical data for prediction due to their inability to generalise well and lack of interpretability. This research presents a framework for Hybrid Multi-Task Learning (HMTL), which combines sparse autoencoders, convolutional neural networks and an Attention Module (AM) for improved representation of features and classification of diseases. HMTL uses sparse autoencoders to produce dense latent representations of low-dimensional features, convolutional layers to learn the interactions between multiple features, and AM to prioritise clinically important information. To evaluate HMTL's generalisability, it was applied to Cleveland, Hungary and Switzerland heart disease data sets. The performance of HMTL was evaluated against traditional machine learning and other Deep Learning models. HMTL results surpassed all other models with respect to performance, achieving an average accuracy of 94.6% and AUC of 0.97. Explanations of model output demonstrate that the model's predictions align with known clinical risk factors for CVD, thereby supporting HMTL as a clinically-valid tool for decision-making. Read More...
|
Electronics & Communication Engineering |
India |
79-83 |
| 17 |
Prediction of Carbonation Depth using Machine Learning
-Sankul Parshuram Dubey ; Deepa Telang
Carbonation is one of the main durability mechanisms for reinforced concrete as the atmospheric CO2 enters the concrete cover and reacts with the alkaline hydration products, lowers the pH of the pore solution, can initiate corrosion of the reinforcement when the carbonation front reaches the steel surface. Typical carbonation models can be useful but are often based on simplifications of the nonlinear effects of water-to-binder ratio, exposure time, relative humidity, carbon dioxide concentration, curing, supplementary cementitious materials, recycled aggregate content and compressive strength. The paper proposes a machine learning-based approach for the prediction of the carbonation depth of a set of 120 concrete observations obtained from a structured accelerated-carbonation testing plan, consisting of primary experimental data. The set consists of mix-design, mechanical, environmental and exposure variables, with the carbonation depth (mm) being the response variable. Seven regression models were used for testing and compared: multiple linear regression, decision tree, random forest, support vector regression, artificial neural network, gradient boosting and extra trees. Model accuracy was measured in terms of R2, RMSE, MAE, MAPE and five-fold cross validation. The best performing model was Artificial Neural Network, with test R2 = 0.837, RMSE = 2.96 mm, MAE = 2.48 mm, and MAPE = 25.51%. The feature importance analysis revealed that the duration of exposure, the compressive strength, water to binder ratio, CO2 concentration and relative humidity were the most important variables. The results validate the hypothesis that carbonation prone concrete structures can be accurately and interpretable be predicted using nonlinear ensemble models. The proposed framework can aid in the service-life assessment, maintenance planning, and sustainable concrete mix evaluation. Read More...
|
Structural Engineering |
India |
84-94 |
| 18 |
Seismic Analysis of Steel Building with RC Shear Wall
-Sandesh Raju Shegokar ; Vijaya Krishna Kotapati
In high-rise steel buildings, RC shear walls play a vital role in improving seismic resistance by significantly reducing lateral displacement, story drift, and structural instability during earthquake loading. This research presents the seismic analysis of a G+10 steel building with and without RC shear wall using STAAD.Pro software. The study is to evaluate the effect of RC shear walls on displacement, base shear, and story drift of the steel structure subjected to seismic and wind loads. The type of building is regular. The study indicates that the provision of RC shear wall significantly reduces the lateral top displacement of the steel building from 36.503 mm to 11.958 mm, resulting in approximately 67.17% and improves structural stiffness. Read More...
|
Structural Engineering |
India |
95-98 |
| 19 |
Improving Functionality and Scalability of Web-Based ERP Systems Using Modular Architecture
-Prathamesh Bhagavan Sutar ; Netraja Mulay
Enterprise Resource Planning systems are very important for organizations that want to manage their business operations effectively. These systems assist with project administration, inventory monitoring, financial management, workforce coordination, and reporting. Traditional ERP systems are built using a monolithic architecture where all functionalities exist within a single application. As business requirements grow, maintaining, upgrading, and scaling such systems becomes more challenging. This research proposes a modular architectural approach for web-based ERP systems using the Django framework. Business operations are divided into independent modules such as Accounts, Projects, Inventory, Finance, and Reports. Each module handles specific tasks while sharing a centralized database that ensures consistency and communication across the system. The construction industry serves as the implementation domain because construction organizations must manage projects, contractors, labor resources, materials, and financial transactions efficiently. The proposed ERP framework simplifies these activities while improving resource utilization and reporting capabilities. Read More...
|
MCA |
India |
99-100 |
| 20 |
Study on Physical and Mechanical Properties of Fly ash Based Geopolymer Concrete
-Gyanendra Kumar Chaturvedy ; Pratiksha Dilip Gaikwad; R. Mahadeva Swamy; M. S. Kuttimarks
The growing environmental concerns associated with the cement industry, particularly its high carbon dioxide emissions and energy-intensive production processes, have accelerated the search for sustainable construction materials. Simultaneously, the large-scale generation and disposal of fly ash from thermal power plants pose significant environmental challenges. Geopolymer concrete (GPC), produced using alumino-silicate materials such as fly ash, has emerged as a promising alternative to conventional Portland cement concrete due to its reduced carbon footprint and effective utilization of industrial by-products. However, the widespread application of GPC is constrained by its dependence on heat curing, which limits its suitability for cast-in-situ construction. This study investigates the development of ambient-cured geopolymer concrete composites (GPCC) and evaluates the influence of fly ash content on their physical and mechanical properties. An extensive experimental program was conducted, including the assessment of fresh and hardened concrete characteristics and the flexural behavior of reinforced GPCC beams. The results indicated that conventional ambient-cured GPC exhibited delayed setting, requiring nearly three days for hardening. To overcome this limitation, 10% fly ash was replaced with ordinary Portland cement (OPC), resulting in GPCC with improved setting characteristics and enhanced early-age strength without the need for heat curing. The findings demonstrate the feasibility of ambient-cured GPCC as a sustainable and practical construction material for structural applications. Read More...
|
Civil Engineering |
India |
101-106 |
| 21 |
Intelligent Plant Health Insight System
-Preeti Maruti Kardure ; Prof. S. P. Ghorpade
Plant diseases cause significant agricultural losses worldwide, yet traditional manual detection methods remain slow, inaccurate, and reliant on expert knowledge. This paper presents the Intelligent Plant Health Insight System (IPHIS), an automated solution that integrates Convolutional Neural Network (CNN)-based image classification for plant disease detection with a conversational chatbot module and a seasonal care recommendation engine. The system accepts plant leaf images as input, identifies diseases using a ResNet-based deep learning model trained on the PlantVillage dataset, and delivers treatment suggestions in real time. The chatbot provides interactive query resolution for farmers, while the seasonal care module offers crop-specific guidance based on environmental conditions. Experimental results demonstrate that the proposed system achieves approximately 96.4% classification accuracy on the test dataset, outperforming several existing approaches. The integrated design makes IPHIS a practical and accessible tool for modern smart agriculture. Read More...
|
MCA |
India |
107-108 |
| 22 |
Multimodal AI-Based Student Study Preparation System
-Thorat Pooja Ramesh ; Prof. B. S. Jadhav
The Multimodal AI-Based Student Study Preparation System is an intelligent, centralized learning platform designed to overcome the limitations of traditional digital education tools. The system integration of a multi-model AI system and fuzzy search capabilities using Fuse.js. AI-powered chatbot, fuzzy search (Fuse.js), natural language processing (NLP), voice input, optical character recognition (OCR), quiz management, and real-time performance analytics are integrated into a unified web application, enabling AI-driven personalization. This method significantly improves the efficiency and effectiveness of study practices. The system is prepared to understand user intent from diverse input, such as text, voice, or image, and return contextually relevant study materials with high precision. Experimental evaluations demonstrate that the fuzzy search module achieves approximately 94% accuracy compared to 58% for traditional exact-match systems. Read More...
|
MCA |
India |
109-111 |
| 23 |
Role of Cloud Computing in Modern Businesses
-Sudarshan Kishan Aglave ; Asst. Prof. Yogeshchandra Puranik
Cloud computing has emerged as one of the most transformative technological paradigms of the twenty first century. By delivering on-demand internet-based access to scalable computing resources such as servers, storage, databases, networking, analytics, and software applications, cloud computing enables businesses to reduce infrastructure costs, improve operational agility, strengthen collaboration, enhance disaster recovery, and accelerate digital transformation. This paper presents a comprehensive study of cloud computing architecture, service models, deployment models, security mechanisms, business applications, advantages, challenges, performance evaluation metrics, and future scope. The study concludes that cloud computing plays a central role in supporting enterprise innovation, business scalability, and sustainable competitive advantage in the modern digital economy. Read More...
|
Computer Science and Engineering |
India |
112-129 |
| 24 |
Comparative Assessment of Multigate MOSFET Structures
-Lakshmi Barla ; Mamidipaka Hema; Kaparapu Babulu
Multigate MOSFETs (multiple-gate field-effect transistors) have recently emerged as promising alternatives to conventional planar MOSFETs, which are increasingly constrained by scaling limitations. As device dimensions continue to shrink into the nanoscale regime, planar transistors experience several challenges such as pronounced short-channel effects (SCEs), increased leakage current, and reduced electrostatic control over the channel. Multigate transistor structures address these issues by employing multiple gate electrodes that surround the channel region, thereby improving gate control over charge carriers and enhancing overall device performance. This work presents a comparative assessment of various multigate MOSFET architectures, including double-gate (DG), FinFET, tri-gate, Pi-gate, omega-gate, and gate-all-around (GAA) structures. The structural characteristics, operating mechanisms, and performance benefits of each architecture are examined with respect to their suitability for nanoscale device applications. Compared with planar MOSFETs, multigate transistors offer improved electrostatic control, higher drive current capability, effective suppression of short-channel effects and significantly reduced leakage current. In addition, the role of substrate engineering in multigate transistor fabrication is discussed, particularly the use of silicon-on-insulator (SOI) technology, which contributes to improved device isolation and performance. Among these architectures, FinFET and GAA transistors are considered highly scalable and suitable for future technology nodes. Consequently, multigate transistor structures are expected to play a vital role in extending Moore's Law and enabling the development of high-performance and energy-efficient integrated circuits. Read More...
|
Electronics & Communication Engineering |
India |
130-137 |
| 25 |
Role of MVC Architecture in Modern Web Application Development
-Priyanka Sambhaji Pawar ; Dhrutika Bhushan Kothari
Web applications have become an important part of modern business, education, healthcare, banking, and communication systems. As web applications continue to grow in size and complexity, developers need a proper architecture that can make applications easy to build, maintain, and update. The Model-View-Controller (MVC) architecture is one of the most popular software design patterns used in web development. MVC divides an application into three separate components: Model, View, and Controller. This separation helps developers manage code efficiently and improves application quality. This paper studies the role of MVC architecture in modern web application development, with a focus on its implementation in the ASP.NET MVC framework. The study explains the structure and working of MVC, its advantages, limitations, and its contribution to software quality. A literature review and comparative analysis have been conducted to understand how MVC improves maintainability, scalability, code reusability, and testing. The findings show that MVC helps development teams build reliable and flexible web applications while reducing development complexity. The paper concludes that MVC remains an important architectural pattern for modern web systems and continues to support enterprise level application development. Read More...
|
Master of Computer Application |
India |
138-142 |
| 26 |
Analyzing the Effects of Soil-Structure Interaction and Geometric Configuration on Structure
-Himanshu N Ingale ; Dr. Monika Jain
Soil structure interaction plays a part in how well structures can handle static and dynamic loads. This study looks at how soil structure interaction and the shape of a building affect how it behaves. It considers types of foundations how stiff the soil is and the shape of the building including how tall it is, its shape and if the plan is irregular. The study uses a kind of computer simulation to see how the soil and the building interact when different loads are applied. The results show that soil structure interaction really changes how a building responds to loads especially when the soil is soft or medium. Buildings with shapes have bigger responses because the shape and the soil flexibility work together. If we do not consider soil structure interaction we might design buildings that're not safe enough especially tall and skinny ones. The study also shows that the shape of a building is very important in how it interacts with the soil and buildings with regular shapes do better than ones, with irregular shapes. The results of this study are important because they show that we need to think about soil structure interaction when we design buildings so they can handle earthquakes and other dynamic loads. This research helps engineers and designers make buildings that're safer and work better by optimizing the shape and the foundation. Read More...
|
Material Science and Technology |
India |
143-146 |
| 27 |
Onclick Smart Campus Portal
-Pradnya Kadam ; Mrs.Deepali Pawar ; Yashasvi Dudhediya ; Kshitij Bora; Rutuja Madhawai
A web-based system called Onclick: Smart Campus Portal has been developed to streamline and simplify training and placement processes at higher educational institutions. It provides an environment for students, companies, and college personnel to communicate in one central location, making it easier for all parties to access the same information. A job seeker can create a profile by registering or logging into a job search site to submit resumes through a job platform posted by employers. An employer can also view the profile of a job seeker and will post available positions on the platform. Employers will also communicate directly with job seekers through the platform about upcoming interviews. An administrator of the placement platform will maintain all records of job seekers and employers to ensure that the information is accurate and up-to-date. The platform will include additional functions for tracking training programs and developing educational resources to prepare students for employment opportunities. The Onclick: Smart Campus Portal platform is built using the MERN Stack technology, including React.js for frontend development, Node.js with Express.js for backend and API development, and MongoDB for database management. Therefore, it provides a modern, scalable, and efficient web-based solution designed for higher educational institutions. As a result, the platform enables digital placement workflow, reduces manual placement workflow, and improves the efficiency of managing recruitment efforts. Read More...
|
Computer Science Engineering |
India |
147-152 |
| 28 |
Unified Restaurant Management and AI-Assisted Customer Service Platform: Design, Implementation, and Evaluation of GTL Utsav Dining
-Pratik Mote ; Shripad Bhide
This paper presents the design, implementation, and evaluation of an integrated restaurant management and AI-assisted customer service platform, GTL Utsav Dining, that unifies customer workflows (reservations, ordering, tracking) with administrative operations (inventory, analytics, reporting) within a single full-stack architecture. The system comprises three independent subsystems: (1) a customer-facing React/Vite application supporting table bookings, online and dine-in ordering, real-time order tracking, and chatbot interaction; (2) an administrative React/Vite application providing menu management, order lifecycle control, inventory visibility, and operational reporting; and (3) a modular Python chatbot service using hybrid rule-based and machine-learning approaches for menu guidance, order tracking assistance, and FAQ handling. The backend employs Flask REST API organized into modular blueprints, MongoDB relational database with normalized schema, and independent scheduling for lead generation and event processing. Evaluation encompasses functional completeness across 45 API endpoints and 37 UI screens, automated testing of 23 chatbot scenarios achieving 100% pass rate with 94.3% intent classification accuracy, security assessment of OTP and TOTP multi-factor authentication achieving 95% and 92% success rates respectively, and operational analytics demonstrating 2.1-second order-to-dashboard synchronization time. The platform demonstrates that modern full-stack patterns can unify fragmented restaurant operations while maintaining security and conversational AI support, reducing manual operational overhead and improving decision-making latency. This implementation study contributes empirically to understanding integrated architecture patterns for hospitality domain challenges, with specific implications for small and medium-sized restaurant operations and hospitality informatics education. Read More...
|
Computer Applications |
India |
153-158 |
| 29 |
AI-Powered Resume Screening & Interview Assistant
-Samarth ; Abhishek; Guruprasad; Mukund H
The AI-Powered Resume Screening and Interview Assistant streamlines the recruitment process through two key modules: Resume Screening and Interview Assistance. The Resume Screening module takes necessary information such as skills, education, and experience from candidates resume using Natural Language Processing (NLP) technique, including Named Entity Recognition (NER). Then the model compares this data taken from the resume with the job descriptions using similarity models such as or BERT models to assess how closely the resume matches with the job description, and then providing ranking for candidates resume based on their fit. This enables applicants to make changes in their resumes to better match job requirements. The Interview Assistant module generates personalized questions based on the candidate's requirements. It conducts mock interviews through voice and analyzes the candidate's responses using sentiment analysis. Candidates receive real-time feedback, and personalized improvement suggestions. The model acts as a virtual mentor, this system prepares candidates for real-world interviews by improving their confidence. Read More...
|
Computer Science and Information Technology |
India |
159-164 |
| 30 |
Smart Learning Portal
-Ujjaini Gajanan Patil ; Prof. Durgesh Bhamare
Due to the fast-paced development of technology in the digital age, there is a need to move away from the old school system to something more advanced and interconnected using the web. This paper describes the process of designing and assessing the Smart Learning Portal (SLP) which is an interconnected digital tool aimed at improving administrative efficiency and learner engagement. Unlike other available tools that face issues such as poor data integration, poor access using mobile devices, and excessive use of paper forms, the SLP employs PHP and MySQL technologies. The project was constructed based on the Agile method, which allows for incremental development and a user-oriented approach to the solution. It incorporates such important components as RBAC, automatic assessment grading, instant performance analytics, and the fully-responsive interface created with Bootstrap. The findings prove that SLP successfully fills the existing gap between conventional education and contemporary digital needs, creating an inclusive, secure, and flexible system that can be used by any academic and corporate institution. Thus, the paper proves that through automation of administrative barriers and creation of a community in the digital environment, the Smart Learning Portal ensures the solid basis for further educational developments. Read More...
|
Computer Applications |
India |
165-168 |
| 31 |
Farm Rent: Smart Agricultural Equipment Rental Platform
-Shivani Dilip Randive ; Prof. Amruta Jawade
Farm Rent is an innovative digital solution that will help farmers to rent out Agri-machinery in a simple and modern way. Many smallholder and marginal farmers face obstacles such as the high costs of machinery, limited availability and low levels of access to modern agricultural equipment especially for the rural oriented community. farm Rent provides a simple and user-friendly system for connecting equipment owners with farmers so that renting of Agri-machinery will be easier than ever before. Workers will be able to look for, book and rent machinery such as tractors, harvesters and irrigation systems at rates that are affordable for their budgets. farm Rent includes many state-of-the-art functions such as tracking of equipment availability in real time, secure payment processing, user authentication and searches based upon geographic location; providing a fast delivery of services to both equipment owners and farmers. Equipment owners can use farm Rent to list their machinery for rent, manage their bookings as well as track their earnings; farmers can rent the equipment they need without having to make a large capital investment. Farm Rent utilizes modern technologies, web-based tools and a digital infrastructure, which optimizes resource utilization, decreases operational costs, and supports sustainable agricultural practices. farm Rent is designed to help farmers achieve higher productivity levels, support rural development and grow the agricultural sector through the use of technology. Read More...
|
Computer Applications |
India |
169-173 |
| 32 |
Treatment of Dairy & Distillery Wastewater by Anaerobic Digestion Process
-SunilKumar ; Hrushi Abhijeet Prasad; Dr. Doddappa Appa Patil; S. K. Inganakal
Industrial wastewater generated from dairy and distillery industries contains high concentrations of biodegradable organic matter, suspended solids, dissolved solids, and nutrients, which may cause severe environmental pollution if discharged without proper treatment. In the present study, anaerobic digestion was investigated as an effective biological treatment method for dairy wastewater, distillery wastewater, and blended wastewater under different organic loading conditions. Laboratory-scale anaerobic reactors were operated to evaluate treatment efficiency based on parameters such as Chemical Oxygen Demand (COD), Biological Oxygen Demand (BOD), pH, solids reduction, and biogas generation. The experimental results indicated significant reduction in organic pollutants along with stable methane-rich biogas production. The study demonstrates that anaerobic digestion is an economical and environmentally sustainable method for treating high-strength industrial wastewater while simultaneously recovering renewable energy. The treatment system also showed improved reactor stability under controlled loading conditions, making it suitable for industrial wastewater management applications. Read More...
|
Environment Engineering |
India |
174-177 |
| 33 |
Real Estate Management System
-Kunal Pattanshetti ; Durgesh Bhamare
In today's time, digital solutions are becoming increasingly important in the real estate sector, where maintaining property records, tenant information, lease agreements, and payment details in an organized manner is essential. However, many property owners and real estate agencies still depend on traditional methods such as paper records, spreadsheets, phone calls, and manual documentation for managing daily operations. These methods are not fully reliable and often create problems such as data duplication, calculation mistakes, delayed updates, missing records, and difficulty in tracking tenant and lease information properly. As the number of properties and tenants increases, managing all activities manually becomes more complicated and inefficient. To overcome these challenges, we developed a Real Estate Management System, a web-based platform designed to simplify and automate real estate operations. The system provides a centralized solution where administrators can manage properties, tenants, lease agreements, invoices, and reports in a structured and organized manner. Administrators can add and manage property details, maintain tenant records, create lease agreements, track rent payments, and generate invoices efficiently through a single platform. The system is developed using PHP for backend processing, MySQL for secure database management, and follows MVC architecture for better application organization and maintainability. User authentication and session management are implemented to ensure secure access and controlled system usage. The system follows a client–server architecture, which supports smooth communication between different modules and allows efficient handling of data operations. The centralized database structure helps maintain data consistency and enables users to retrieve information easily whenever required. Different modules of the system work together efficiently to reduce manual effort and improve workflow management. After testing the system in various practical scenarios, it was observed that the platform improves overall management efficiency, reduces the chances of manual errors, and simplifies property management operations. The system also helps maintain records securely and provides faster access to important information, saving both time and effort for administrators. Overall, the Real Estate Management System is a reliable and scalable solution for modern property management operations. It helps organizations move from traditional manual processes to a digital management platform, making operations more efficient, organized, and secure. In the future, the system can be further enhanced by adding features such as online payment integration, AI-based property recommendations, cloud deployment, automated notifications, and mobile application support to improve usability and functionality further. Read More...
|
Master of Computer Applications |
India |
178-181 |
| 34 |
Legal Connect: A Scalable Web- Based Framework for legal practitioner Discovery and Record Governance
-Shruti Chandrakant Kadam ; Vishwatej Pisal
The digital era of today has made it easier and more accessible than ever before to find a quality lawyer; however, there are still many individuals who experience difficulty in finding a good lawyer due to the lack of a central authority to assist them in their search. This paper illustrates an online portal known as Legal Connect designed to allow users to find legal practitioners and maintain records. Users can search via Legal Connect for attorneys or other legal professionals based on location, expertise, and other criteria, while underlying systems provide for the safe and governed retention of records. The system is web-based using contemporary technology such as PHP and MySQL databases to allow for ease of use and greater efficiency in accessing data. The Legal Connect web-based service will not only be easier, faster, and more efficient for consumers as well as law offices than any other method of locating an attorney; in addition, it will provide an increased level of transparency throughout the process. Therefore, this case study will establish that a central authority enables the connection between attorneys and the general public, while also providing for a more effective method to maintain records. Read More...
|
Computer Applications |
India |
182-187 |
| 35 |
Nextgen Device Rental System
-Sumedha Madangopal Thakare ; Ajay Shiketod
In the modern technological world, availability of computers with high performance has transformed from being a professional need to becoming a must-have requirement; however, the issue of constantly increasing costs of quality laptops/desktops is still a major expense for most students and corporations. The current research aims at introducing NextGen Device Rental, which is a central web-based management solution, replacing traditional paper-based systems with automated computerized ones. By using the LAMP framework that includes Linux OS, Apache Web Server, MySQL database, and PHP scripting language, NextGen Device Rental solves the problem of historical data sharing challenges and bottlenecks in the rental business. The proposed system utilizes the concept of Role-Based Access Control (RBAC) to ensure extremely high levels of data security and privacy along with easy-to-use functionality for efficient rental processes. Technical feasibility of automatic device rental lifecycle, including instant inventory check and automatic invoice issuance has been proven. Read More...
|
Computer Applications |
India |
188-194 |
| 36 |
Predictive Analysis of Pet Care Health Using Data Analytics
-Ishwari Vilas Mankar ; Prof. Vishwatej Pisal
With the growing number of pet owners worldwide, the need for effective and intelligent pet healthcare systems has increased significantly. This research proposes a predictive pet care health system that uses data analytics techniques to monitor and evaluate the health conditions of pets. The system considers factors such as age, breed, diet, activity level, and medical history to generate health insights. The proposed approach applies data analytics methods including descriptive, diagnostic, and predictive analysis. Machine learning algorithms such as Decision Tree, Random Forest, and Logistic Regression are used to identify patterns and predict possible health risks. Data preprocessing techniques like cleaning, normalization, and feature selection are applied to improve model performance. The system is designed to assist pet owners and veterinarians by providing early warnings and recommendations. However, it is intended as a supportive tool and does not replace professional veterinary advice. The main objective of this system is to provide early warnings and useful recommendations to pet owners so that they can take timely action. While the system is helpful for basic guidance, it is not meant to replace professional veterinary advice but rather to support it. Read More...
|
Computer Applications |
India |
195-197 |
| 37 |
Use of Chatbot in Improving Customer Services in E-commerce
-Prajwal Gajanan Gawande ; Sonali Mutha
In today's world of e-commerce, customers are looking for efficient, fast, and economical support mechanisms. The present research paper discusses how artificial intelligence chatbots based on natural language processing help improve service experiences. In particular, it is shown that such bots greatly improve customer satisfaction through real-time interaction and can lower median waiting time by about 60% when answering basic queries. However, despite all their benefits, the analysis revealed that chatbots struggle with complicated problem solving and lack emotional intelligence that humans have. It can be stated that although chatbots dramatically change digital interaction, a mixed approach seems to be the best practice. Read More...
|
Computer Science and Engineering |
India |
198-202 |
| 38 |
Self-Learning Parking Assistant Using Reinforcement Learning in a Mini-Car Simulator
-Nikita Chobe ; Dr. Atul D Newase
This paper presents a self-learning parking assistant which is created and tested in a mini-car simulation environment. The system uses a Deep Reinforcement Learning (DRL) agent to autonomously learn how to do complex left/right parallel and perpendicular parking. The DRL agent uses Proximal Policy Optimization (PPO) to produce steering and velocity commands using virtual ultrasonic range data and proprioceptive vehicle state. A reward function has been designed to penalize the DRL agent for colliding with any object, excessive maneuvering, and having a large final pose error; conversely, it will reward the DRL agent for completing the parking successfully. This study demonstrates that the proposed self-learning parking system is successful at approximately 98.5% of the time when parking in randomized environments with different types of obstructions. Additionally, the DRL agent demonstrates competitive performance results in terms of the time it takes to perform a maneuver (average) over the course of the experiments, which indicates that using (DRL) for autonomous real-time parking within limited spaces is a feasible approach. The development of new and emerging concepts such as federated learning and Proof of Stake (PoS) blockchain has also been integrated in order to provide secure sharing of data, and validate the model of the proposed self-learning parking system. Finally, the completed design, training pipeline, evaluation of experimental results, and future direction of the self-learning parking system will be discussed in this paper. Read More...
|
Master of Computer Application |
India |
203-206 |
| 39 |
Design and Development of a Web-Based Platform for Pre-Owned Car Sales
-Pavan Pawar ; Amruta Jawade
Used car sales are currently booming, but for many ordinary people trying to buy or for those needing to sell a used vehicle, it continues to be a very common problem. People have had to deal with purchasing or selling a vehicle without being aware of mechanical problems, the use of poor pricing methods, and working with "middlemen" who charge high fees to help with these transactions. The purpose of this project is to create and develop an independent online marketplace for used vehicles that is totally transparent and allows the buyer to contact the seller directly to reinstate trust in the vehicle sales/purchase process. A simple-to-navigate web application lets sellers sign up and share vehicle information in a straightforward way, with only basic information needed (e.g. VIN, odometer, and photos). Buyers are then able to quickly shop your inventory, and also filter inventory based on their preferences (i.e. pricing levels, make and model, or geographical distance). The new web-based marketplace uses state-of-the-art web technology to create the best possible user experience across all devices and to store users' information securely for all time. The elimination of the need for middlemen creates both time savings and money savings for the end-user. Furthermore, it will assist with the restoration of consumers' confidence in the purchase/sale of used vehicles. This report will detail the entire development process, including an analysis of the existing marketplace's challenges; all the way through to final testing and live launch of the new responsive web application. Read More...
|
Master of Computer Applications |
India |
207-210 |
| 40 |
Phishing Website Detection Using Machine Learning
-Gholap Hrishikesh Appasaheb ; Vishwatej Pisal
With the rapid growth of internet usage, cybercrime has also increased, especially phishing attacks, where fake websites are created to look like real and trusted websites in order to steal users' passwords, bank details, and personal information. Traditional phishing detection methods based on fixed rules are no longer very effective because attackers keep changing their techniques. This project presents a machine-learning-based web application that can quickly check whether a website URL is safe or phishing in real time. The system analyses different features of a website, such as the URL structure, HTTPS security, domain age, and website traffic information, and then uses four machine learning algorithms — Decision Tree, Random Forest, Logistic Regression, and Support Vector Machine to classify the website. Among these, the Random Forest algorithm gave the best performance with higher accuracy and better detection results. The proposed system is lightweight, easy to use, and accessible through a web browser, making it a practical solution to improve online safety for both individuals and organisations. Read More...
|
Computer Applications |
India |
211-214 |
| 41 |
Flash Ride: A Scalable Web-Based Platform for Intelligent Ride Booking and Allocation
-Gajanan Solanke ; Prof. Ajay Shiketod
The growing need for effective urban transportation has shown the drawbacks of ride-booking (conventional) systems, such as lengthy wait times, lack of transparency, or wasteful resource use. This paper describes FlashRide, a novel web-based ride-booking platform that leverages a complex real-time trip-allocation system for scalable service delivery and ride booking. Modern web technologies and an automated backend system (which reduces manual operations) are the technologies employed in this system to improve efficiency and user experience. FlashRide eliminates the need for manual booking and creates a more dependable booking approach with features like user sessions, optimised driver match, dynamic fare estimate, and safe locking of rides. In the end, the suggested approach offers a scalable solution to satisfy the growing demand from metropolitan regions while facilitating seamless user and provider interaction. Results from this system's testing runs show increases in booking effectiveness, decreases in reaction times, and enhancements to the system as a whole. FlashRide offers people a simple, safe, and effective approach to handle contemporary transportation. Read More...
|
Computer Science and Engineering |
India |
215-221 |
| 42 |
Machine Learning-Based Prediction of Load Carrying Capacity of Reinforced Concrete Elements
-Aniket Avinash Vishrojiwar ; Er. Ishant Katore
Reinforced Concrete (RC) elements such as beams and columns play a fundamental role in ensuring structural safety and stability in civil engineering structures. Accurate prediction of their load-carrying capacity is essential for safe and economical design. Traditional design approaches, based on codal provisions such as IS 456:2000 and ACI 318, rely on simplified analytical expressions derived from experimental studies. Although reliable, these methods may not fully capture the complex nonlinear interaction between material properties, geometric parameters, and reinforcement characteristics. This study presents a machine learning-based predictive framework for estimating the ultimate load-carrying capacity of reinforced concrete elements. A structured dataset comprising key structural parameters—including concrete compressive strength, steel yield strength, reinforcement ratio, section dimensions, and loading conditions—was compiled and preprocessed. Supervised learning algorithms, particularly Random Forest Regression, were implemented to model the nonlinear relationships between input parameters and structural capacity. The developed model was trained and validated using statistical performance indicators such as the coefficient of determination (R²), Mean Absolute Error (MAE), and Root Mean Square Error (RMSE). The predicted capacities were compared with traditional code-based calculations as per IS 456:2000 to evaluate consistency and reliability. The results demonstrate that the machine learning model provides accurate and efficient predictions, with strong correlation to codal values. A web-based application was developed to enable real-time capacity prediction and comparative analysis between machine learning and traditional methods. The proposed hybrid framework enhances structural design efficiency, reduces computational effort, and supports data-driven decision-making in reinforced concrete design. Read More...
|
Structural Engineering |
India |
222-225 |
| 43 |
Bug Tracker System A Web Based Application for Bug Reporting and Real Time Issue Tracking
-Shinde Rohit Ram
Software bugs and technical issues are common challenges during software development and maintenance work. In many cases, traditional bug reporting methods create problems such as slow issue resolution, repeated bug entries, poor communication, and less transparency between users and developers. To reduce these difficulties, this paper introduces a Bug Tracker System, which is a web-based application developed for software bug reporting, issue tracking, and better coordination between users and developers through a centralized platform. The system follows a structured process where users can submit software issues, administrators can review reported bugs, and developers can track as well as resolve assigned problems effectively. The application includes several useful features such as secure user login, role-based access, bug status tracking, priority-wise issue handling, screenshot upload support, and live issue status updates. The Bug Tracker System is implemented using web technologies such as HTML, CSS, Bootstrap, JavaScript, Python, Flask framework, and SQLite database. The application provides a simple and responsive interface that helps users report and monitor software issues easily. Security-related features including protected authentication and authorized user access are implemented to maintain safe and reliable handling of system data. The application helps improve debugging activities by lowering manual work, improving interaction between users and developers, and maintaining proper transparency during the issue tracking process. The obtained results show improved bug observation, quicker issue resolution, better workflow handling, and efficient processing of software-related problems. The proposed system shows how centralized web technologies can improve software quality, issue tracking activities, and overall software development performance. Read More...
|
MCA |
India |
226-230 |
| 44 |
AGRO HUB:A Smart Digital Platform Connecting Farmers, Agricultural Workers, and Resources
-Jangale Rohit Ashok ; Prof. Vishwatej Pisal
Agriculture is an important part of the economy, as it provides employment to more than 58 percent of the rural population. However, people working in this sector face several challenges, such as difficulty in finding skilled workers at the right time and limited access to essential resources like seeds and equipment. To address these issues, a web-based platform called Agro Hub has been developed. It allows farmers and workers to connect directly, making workforce management easier and more efficient. The platform also provides useful information about agricultural inputs such as seeds, fertilizers, and equipment. The system is developed using Python and Django for backend operations, while MySQL is used for data storage. The frontend is built using HTML, CSS, JavaScript, and Bootstrap to ensure a responsive design. A key feature of Agro Hub is its multilingual support, allowing users to access the platform in Marathi, Hindi, and English. This improves accessibility for users from rural areas. This paper explains the design and working of Agro Hub and highlights its role in improving agricultural practices and employment opportunities. Agro Hub acts as a digital solution that integrates technology into agriculture. It improves communication between farmers and workers and enhances overall efficiency in the agricultural sector. Read More...
|
Computer Applications |
India |
231-235 |
| 45 |
Car Rental Hub A Web-Based Vehicle Rental Management System
-Hon Mayur Chandrakant ; Prof. Vishwatej Pisal
The rapid evolution and expansion of internet-based services have profoundly changed the manner in which people access transportation services. Conventional car rental companies, which traditionally rely on walk-in customers, telephone calls, and paper-based records, have become incapable of meeting the rapidly changing needs and expectations of modern customers, who demand speed, transparency, and instant availability of services. In this paper, the conceptual design, architectural planning, and the development blueprint of the proposed Car Rental Hub, a completely internet-based car rental and management system based on a Java Spring Boot backend, PostgreSQL relational database, and HTML/CSS/JavaScript frontend, is presented as a solution to the limitations of conventional car rental companies, which are unable to provide the required instant availability of services to customers, thereby creating scheduling conflicts and other challenges for the administrators, which in turn affects the quality of service provided to the end clients. The proposed project is presented within the broader context of digital transformation and web-based services. Read More...
|
Computer Applications |
India |
236-241 |
| 46 |
Style Hub: Design and Development of a Web-Based Salon Management System
-Hon Viraj Rangnath ; Prof. Vishwatej Pisal
The beauty and personal care industry is undergoing a major digital shift, yet a significant number of independent salons continue to depend on manual, paper-based systems for managing their core operations. These outdated approaches create inefficiencies in appointment management, billing, customer record keeping, and overall service delivery. Style Hub is a web-based salon management system designed to replace these manual workflows with a structured, automated digital platform. Developed using HTML, CSS, JavaScript, PHP, and MySQL, the system provides separate modules for customers and administrators. Customers can register, explore available services, and schedule appointments through a clean online interface, while administrators manage the complete operational workflow including service listings, appointment confirmations, invoice generation, and business reporting from a central dashboard. This paper presents the complete design rationale, system architecture, technology stack selection, functional and non-functional requirements, and the expected outcomes of the Style Hub system. The research demonstrates how a well-structured web application can meaningfully enhance productivity, minimize human error, and elevate customer satisfaction in small to mid-sized salon businesses. Read More...
|
Computer Applications |
India |
242-247 |
| 47 |
Orphanage Network Support a Web Based Orphanage Network and Adoption Facilitation System
-Kavita Jadhav ; Prof. Vishwatej Pisal
Child welfare institutions, commonly referred to as orphanages or children's homes, face persistent operational difficulties arising from manual and paper-based record-keeping practices. These conventional approaches introduce significant inefficiencies, including slow information retrieval, elevated risk of data loss, lack of transparency in adoption processes, and poor communication between institutional administrators and prospective foster families. The Orphan Support Network addresses these long-standing shortcomings by delivering a PHP and MySQL-powered web application that centralizes and automates the complete life cycle of orphanage management, from registering new children to processing adoption requests. The system is architected around two core functional modules: an administrative panel that gives orphanage staff granular control over child records, user accounts, adoption decisions, and institutional settings; and a user-facing portal that enables registered visitors to browse available children, initiate adoption applications, and track the progress of their requests. By replacing manual workflows with a structured digital environment, the platform reduces administrative overhead, eliminates transcription errors, and accelerates decision-making. Empirical testing through unit and integration methodologies confirmed that the application performs reliably under realistic workloads. This paper elaborates on the system's conceptual foundations, architectural design, technological choices, scope boundaries, implementation pathway, and the broader implications of adopting digital infrastructure for child welfare management. Read More...
|
Computer Applications |
India |
248-254 |
| 48 |
Effectiveness of On-Site Quality Audits in Reducing Construction Defects
-Gyanendra Kumar Chaturvedy ; Kshitij Desai; R. Mahadeva Swamy; M. S. Kuttimarks
The development industry has been scuffling with quality issues for several years, and therefore the cost to our economy is dramatic. The price could potentially be reduced significantly if the industry were to embrace the concept of quality assurance that has been used with great success by many other sectors of the economy. Building owners also have to be compelled to be educated on what's quality assurance so they'll begin using their voice to encourage adaptation of this approach to guard their investments and reduce the price of construction. Internal control (QC) and Quality Assurance (QA) represent increasingly important concerns for project managers. Defects or failures in constructed facilities may result in very large costs. Even with minor defects, re-construction is also required and facility operations impaired. Increased costs and delays are the result. Quality Assurance and internal control is an important a part of any construction process to boost the standard and uniformity of the project. The requirement for QA and QC in construction projects has increased considerably in recent times because of significant changes, advancements in technology and high expectation of the users. The QA and QC maintain uniformity in construction process and ensure more economical utilization of materials leading to significant reduction in cost to the users. The extra cost involved in QA and QC is directly proportional to the advantages. A technique has been developed for QA and QC in housing industry. The methodology accomplishes the required quality in construction process. Ultimately the presence of quality is vital. So generally we are able to define the standard in several ways as follows, Quality is conformance to requirements or specifications. Quality is fitness to be used. Quality is that the degree to which a collection of inherent characteristics fulfills requirements. Read More...
|
Civil Engineering |
India |
255-259 |
| 49 |
Comprehensive Cost Analysis and Quantity Survey of a G+1 Residential Structure
-Ubaid Ullah ; Hemant Surage; Arjun Malviya; Rameshwar Parmar; Pankaj Singh
This paper presents a comprehensive cost estimation, quantity survey, bill of quantities (BOQ), and bar bending schedule (BBS) for a G+1 residential building with a total built-up area of 1350 sq.ft (27' × 25' per floor). The study encompasses all phases of pre-construction planning including architectural drawing interpretation, structural component analysis, material take-off calculations, and reinforcement detailing. AutoCAD was used for preparing structural layouts while Microsoft Excel facilitated systematic computation of material quantities. The total estimated quantities include 34,150 bricks, 840 bags of cement (50 kg each), 2,480 cubic feet of sand, 2,050 cubic feet of coarse aggregate, and 6,120 kg of steel reinforcement bars. The Bill of Quantities was prepared referencing Schedule of Rates (SOR), Bhopal, arriving at a total project cost of approximately Rs. 26,40,000. This paper also includes a detailed bar bending schedule for all RCC components such as footings, columns, beams, and slabs. The findings highlight the significance of systematic pre-construction estimation in ensuring cost efficiency, optimal resource allocation, and timely project completion. Read More...
|
Civil Engineering |
India |
260-263 |
| 50 |
Biodegradable Smart Materials for Sustainable Environmental Management: A Review
-Danish Ali ; Kanjan Upadhyay
The growing environmental concerns associated with non-degradable materials and increasing pollution have accelerated the development of advanced functional materials that are both sustainable and intelligent. This review focuses on biodegradable smart materials as an emerging class of environmentally responsive systems designed for sustainable environmental management. These materials combine the inherent degradability of biopolymers with smart functionalities such as sensitivity to external stimuli such as temperature, pH, moisture, light, and chemical environments. The paper provides a comprehensive overview of various biodegradable polymers, including natural polymers (starch, cellulose, chitosan) and synthetic biodegradable polymers such as polylactic acid (PLA), polyhydroxyalkanoates (PHA), and their nanocomposites. Special emphasis is given to the design, synthesis, and characterization of smart biodegradable systems, including hydrogels, nanocellulose-based materials, and bio-based composites, which exhibit adaptive and self-responsive behavior. The integration of nanotechnology and green chemistry approaches has significantly improved the performance, efficiency, and applicability of these materials. Despite promising advancements, challenges such as mechanical limitations, cost-effectiveness, large-scale production, and controlled degradation mechanisms remain key concerns. This review highlights recent progress, identifies research gaps, and suggests future directions for the development of high-performance biodegradable smart materials aligned with circular economy principles and sustainable development goals. Read More...
|
Chemical Engineering (Environmental Management) |
India |
264-278 |