-
04:21
- 5h30m ahead - prince.c11
- in/prince-nitt
Highlights
- Pro
-
lost-found-management Public
The Lost and Found Management System is a web application designed to help users report lost or found items. It allows users to register using their college email, log in, report items, and manage …
HTML MIT License UpdatedNov 1, 2024 -
text-file-to-audio-converter Public
Flask based web application that converts text from PDF, DOCX, and TXT files to speech using Google Text-to-Speech (gTTS). It also supports language detection and translation, allowing users to sel…
Python MIT License UpdatedOct 6, 2024 -
crop_recommendation_API Public
A crop recommendation API using a machine learning with an accuracy of 99.18%.
-
freecode-camp-Flask Public
Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL.
MIT License UpdatedJul 22, 2024 -
Complex-Numbers Public
Flask webpages- Perform operations (addition, subtraction, multiplication, division) on complex numbers.
project python3 flask-application object-oriented-programming operator-overloading oops-in-python complexnumbercalculatorPython MIT License UpdatedJun 10, 2024 -
This is a responsive temperature converter website convert temperatures between Celsius, Fahrenheit, and Kelvin.
javascript website project temperature-converter html-css-javascript webdevelopment responsive-web-designCSS MIT License UpdatedJun 10, 2024 -
Notes/PowerPoint slides for the "Intellectual Property" course offered by IIT Madras through NPTEL, by Prof. Feroz Ali.
UpdatedJun 10, 2024 -
This web application, built with Flask, allows users to retrieve information about a YouTube playlist, including the total number of videos, total duration, and average video duration.
Python MIT License UpdatedFeb 10, 2024 -
Building an online payment fraud detection system using machine learning algorithms. It utilizes three primary classification algorithms - Logistic Regression, Decision Tree, and Random Forest - to…