You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
learnig how to build rest-api using flask library with python and do crud concept without database. (use array list instead) this is first rest-api with python i think it's not hard to do. it's kind of same node.js + express whatever, i still keep do my code as oop. that what i love. next time i will do with mysql database
A full WEB application for emailing. Back-End application combined with HTML5 for sending E-Mail. English language application written in Python3.13.1 with HTML5 elements.
This Flask application implements CAPTCHA verification to confirm user authenticity before form submission. Using Flask-Session and Flask-Session-Captcha, it securely manages sessions with MongoDB integration for persistent session storage
The Flask Book Management Application allows users to manage a personal book collection by adding, listing, filtering, and searching books. Built with Flask, it features a simple interface and in-memory storage for demonstration purposes.
This project involves creating a GitHub repository that automatically triggers webhooks for events such as Push, Pull Request, and Merge. These events are sent to a registered endpoint and stored in MongoDB for tracking and further analysis. The system is designed to streamline development workflows by logging important GitHub actions in real-time.
Text Summarizer Flask Application is a web app that uses a BART-based model to summarize user-provided text. It stores inputs and summaries in a SQLite database and includes functionality to fine-tune the model with stored data.
News Article Scraper is a Flask application that scrapes articles from Hindustan Times, summarizes them, and provides a downloadable JSON file with article details, including title, summary, publish date, and image URL.
RSS Feed Validator and Downloader is a Flask app that validates RSS feed URLs, extracts feed information, and allows users to download the data as a JSON file. It verifies the feed's validity and parses its content for easy access.
A simple library management system built with Flask and SQLAlchemy. This application allows users to borrow and return books, and administrators to manage the book inventory.
Images and video restoration in multiple-stages using MIRNETv2 model, additionally object detection on images and video through FASTER-RCNN . And complete web application in flask including responsive front-end