Flask
Flask is a web framework for Python, based on the Werkzeug toolkit.
- GitHub: https://github.com/topics/flask
- Wikipedia: https://en.wikipedia.org/wiki/Flask_(web_framework)
- Repo: https://github.com/pallets/flask
- Created by: Armin Ronacher
- Released: April 1, 2010
- Last updated: 2026-07-06 00:11:24 UTC
- JSON Representation
https://github.com/otabek8866/noise-level-monitoring
Noise Level Monitoring application for classrooms
arduino flask iot iot-platform noise-level-monitor
Last synced: 04 May 2026
https://github.com/jackjazwinski/websitefrompython
A single‑file project that crams three mini‑apps into one Flask server to illustrate different parts of the framework, from basic auth flows to dynamic data queries and live record patching. This is all pure Python, no external services, no JavaScript.
flask python python3 web webapp website
Last synced: 29 Apr 2026
https://github.com/fandredev/nlw-connect
A application with Flask in the Rocketseat NLW Connect event
Last synced: 04 May 2026
https://github.com/naitoyuma7110/layeredarchitect
Flaskで3層model service controllerパターン、各ユニットテストのベース作成
Last synced: 30 Apr 2026
https://github.com/aldrinjenson/vision-model-trainer
Easy interface to retain and ML vision models while being able to make prediction with the previously trained one.
deep-learning fastai flask pytorch
Last synced: 09 May 2026
https://github.com/gowthamsiddarthademan/wi-fi_file_sharing_app
A simple web application built using Flask that allows you to share files between devices connected to the same Wi-Fi network. This app works dynamically between laptops and mobile devices, enabling easy file transfer without needing an internet connection.
flask python web-application webapp wifi wifi-sharing wifi-sharing-app
Last synced: 29 Apr 2026
https://github.com/keanteng/microservice-loan-approval
Microservice For Loan Approval With Docker & Flask API
api deployment docker flask loan-prediction machine-learning microservice python
Last synced: 09 May 2026
https://github.com/deejungx/nhcr
Nepali Handwritten Character Recognition using DHCD dataset
deep-learning flask jupyter-notebook python
Last synced: 04 May 2026
https://github.com/lakshitalearning/churninsight
Customer Churn prediction means knowing which customers are likely to leave or unsubscribe from your service.
churn-prediction data-science flask google-colab machine-learning predictive-analytics python scikit-learn user-retention web-development
Last synced: 09 May 2026
https://github.com/rgab1508/jokesandpickupapi
API for Jokes and Pickup lines
api flask flask-application jokes pickup praw praw-reddit reddit reddit-api
Last synced: 30 Apr 2026
https://github.com/nikhilt1998/what-s-your-mood-
A natural language processing(NLP) based flask app.
deep-learning flask machine-learning project text-processing
Last synced: 30 Apr 2026
https://github.com/user0332/volumetric
An pure-Python web framework built with Flask and PyJSX.
flask python python3 ssr web-framework
Last synced: 08 Jun 2026
https://github.com/harirakul/malaria-detection
Using tensorflow to predict if a cell is infected by malaria.
flask malaria-detection tensorflow
Last synced: 09 May 2026
https://github.com/dwdw2/nfac_app
It is my repository for Nfactorial2024!
beautifulsoup4 flask flask-login python sql sqlalchemy
Last synced: 04 May 2026
https://github.com/elijahondiek/flask-react-crud
A simple blog site built using React on the frontend and Flask on the backend with a Sqllite3 database. Still working on it !
bootstrap5 flask flask-sqlalchemy react sqllite3
Last synced: 05 May 2026
https://github.com/ezaco-dev/audiototext
tools python - audio to text v.1.0.0 - LWS25 Project by ezaco (Local Web Software)
audio audio-processing audio-to-text audio-tool flask lws python-tool python3
Last synced: 28 Apr 2026
https://github.com/codernayeem/auto-guest-change
A automatic guest password change & display system for TP-Link EC220-G5 router
automation flask password-generator python router selenium tailwind tp-link tp-link-ec220-g5 wifi
Last synced: 18 Apr 2026
https://github.com/arinzejeffrey-droid/mini-eccommerce-web-app
Built with python flask framework
flask html-css-javascript python sql-alchemy
Last synced: 09 May 2026
https://github.com/autosquash/memory-cards
A game intended to exercise the working memory. Work in progress, force-push risks. Currently is playable (dev branch), but without persistence between sessions. Languages: english, spanish.
brain-game english flask memory-game python react spanish vitejs
Last synced: 11 Apr 2026
https://github.com/kevinserrano01/reunion_general_asistencia
Desarrollé una aplicación diseñada con Python, Flask, HTML, CSS, Javascript, Bootstrap y MySQL para simplificar el proceso de tomar asistencia en clases secundarias y universitarias.
bootstrap5 css excel flask html javascript mysql python
Last synced: 11 Apr 2026
https://github.com/henry1786580051-lang/mediadrop
🎬 简洁优雅的视频 / 音频下载器,支持 YouTube、TikTok、Instagram 等 1000+ 网站
electron flask mp3 mp4 python video-downloader youtube yt-dlp
Last synced: 27 May 2026
https://github.com/localstack-samples/sample-item-tracker-shipyard-application
Full-Stack Item tracker application utilizing LocalStack and deployed via Shipyard's Ephemeral Environments
dynamodb flask localstack react ses shipyard
Last synced: 18 Apr 2026
https://github.com/sliva0/slightly_bitten_site
Minimalistic blog website basically for hosting folders with Jinja templates.
blog-website flask markdown python
Last synced: 04 May 2026
https://github.com/modular-server-manager/server
web server for managing minecraft forge server, including automatic installation
flask makefile minecraft minecraft-forge python sass scss typescript web-scapping web-server
Last synced: 11 Apr 2026
https://github.com/kevinkoech357/spitfire-events-backend
A REST API built using flask for serving dynamic content for an android-based events app.
flask mysql-database sqlalchemy
Last synced: 21 Apr 2026
https://github.com/goraved/qa_skills
Pet project to gather all vacancies from Dou.ua, analyze them and make statistics by skills
asyncio dou flask github-actions heroku javascript multiprocessing mysql pylint python scraper
Last synced: 11 Apr 2026
https://github.com/wesleyaldrich/couleurs
Web application RESTful API for image colorization AI. The application is supposed to receive inputs in form of images, then return the colorized same image.
Last synced: 18 Apr 2026
https://github.com/michaelfromyeg/massive-volunteering
🌎🐯 Website for Massive Volunteering, a club at McNally. Built using Python Flask and styled with Bootstrap.
Last synced: 03 Jul 2026
https://github.com/keneandita/task-manager-api
Task Manager API is a modular Flask REST API that allows you to manage tasks efficiently. It supports full CRUD operations with tasks having a title, description, and completion status. Built with SQLite, this project is easy to set up, extend, and use for learning or small projects.
api-management crud docker flask rest-api sql-alchemy
Last synced: 13 Apr 2026
https://github.com/rohitpawar001/bone_marrow_surival_prediction
Bone marrow transplants can be life-saving, but predicting patient survival is complex. In this project, I used machine learning to analyze key medical factors and improve survival predictions. I also implemented CI/CD pipelines, used MLflow for model tracking, and deployed the model on an AWS EC2 instance.
aws docker ec2-instance flask machine-learning mlflow python scikit-learn
Last synced: 08 Apr 2026
https://github.com/kimmmmyy223/llm-batch
🚀 Process JSON data in batches with `llm-batch`, leveraging sequential or parallel modes for efficient interaction with LLMs.
aws batch-inference bedrock deep-learning distributed-computing dynamic-batching flask language-model large-language-models llm-agent llm-inference nlp ops python rabbitmq ray-data react vllm
Last synced: 08 Apr 2026
https://github.com/kool-cool/kool-cool-movie-recommendations-flask
The provided code snippet performs movie recommendation based on movie metadata using the TMDB Movie Metadata dataset from Kaggle.
countvectorizer datapreprocessing flask machine-learning machine-learning-algorithms moviemetadata movierecommendation movies-recommendation natural-language-processing nlp python reccomendersystem reccommendation tfidfvectorization webapp
Last synced: 05 Apr 2026
https://github.com/rishabhraj43/emotion-detector-telegram-bot
A Telegram Bot made with pure JavaScript and Machine Learning model made in Python
flask javascript machine-learning-algorithms node-js python
Last synced: 05 Apr 2026
https://github.com/venky-1710/stress-level-predection
Stress Level Prediction is a web app using machine learning to estimate user stress levels. It takes inputs like anxiety, sleep quality, and academic performance, then predicts stress using a Decision Tree Classifier. Built with Python, Flask, and scikit-learn, it's useful for students, researchers, and those interested in stress management.
css flask html machine-learning numpy pandas python python-sklearn scikit-learn
Last synced: 05 Apr 2026
https://github.com/joswinemmanuel/face-detection-flask
Face detection application built with OpenCV and Flask, showcasing real-time detection capabilities in Python.
Last synced: 18 Apr 2026
https://github.com/selcia25/opencv-yoga-postures
This project combines Flask, OpenCV, and MediaPipe to create a real-time yoga pose detection application! 🧘♀️📹 Using your webcam, it analyzes your yoga poses and provides real-time feedback, helping you perfect your practice. 🚀
flask html-css-javascript mediapipe opencv yoga-pose-classification
Last synced: 13 Apr 2026
https://github.com/richardnguyen99/cursus-v1
An open-source API repository for university courses
alembic docker flask nginx postgresql python3 sqlalchemy
Last synced: 11 Apr 2026
https://github.com/rudranshyt/rizz
An app that was built to showcase Rizz
css flask html javascript python
Last synced: 15 Apr 2026
https://github.com/docsallover/spam-detection
Building a Spam Filter with Python: Using Machine Learning to Combat Spam
datascience flask jinja2 machine-learning numpy numpy-library pandas pandas-python python python3 scikit-learn
Last synced: 09 Apr 2026
https://github.com/gabrielbaute/samanphotos
A clone of Google Photos based on python (Flask) and Bulma CSS
bulma-css flask python self-hosted
Last synced: 13 Apr 2026
https://github.com/nenodias/react-crud
React + Redux + Redux-thunk + Redux-form + React- Router ( API Flask - Flask-SQLAlchemy - Flask CORS - Flask-Marshmallow )
es7 flask flask-cors flask-marshamallow flask-sqlalchemy javascript marshmallow python3 react react-redux react-router redux redux-form redux-thunk sqlalchemy
Last synced: 07 Apr 2026
https://github.com/leocxy/flask-shopify-utils
An SDK for Flask to create a Shopify custom app.
flask python sdk shopify shopify-app shopify-apps-custom
Last synced: 06 Feb 2026
https://github.com/apfirebolt/flask-inventory-api-with-auth
An items inventory API with user authentication written in Python using Flask
api-rest flask flask-sqlalchemy python swagger-ui
Last synced: 20 May 2026
https://github.com/listiangr/play_tennis_classification
This project analyzes weather data to predict whether a person will play tennis or not. The main goal is to make accurate predictions based on factors such as weather, temperature, humidity, and wind.
classification flask html-css jupyter-notebook kaggle-dataset naive-bayes numpy pandas pickle play-tennis python sklearn
Last synced: 11 Apr 2026
https://github.com/app-generator/flask-v3-volt-dashboard
Flask v3 - Volt Dashboard (Free Sample) | AppSeed
flask flask-bootstrap flask-bs5 flask-v3 flask-v3-sample flask-v3-template flask-volt flask3-sample flask3-template
Last synced: 19 May 2026
https://github.com/roluochke/learning-blockchain
Learning blockchain and cryptocurrencies
blockchain cryptocurrency flask python
Last synced: 18 May 2026
https://github.com/kapil7982/chatbot
This is a simple chat application built using Flask, React and Axios. It allows users to send messages to a chatbot and receive real time data in responses through function calling. The chat interface displays messages in a conversation-style format.
flask newsapi openai python3 react
Last synced: 13 Apr 2026
https://github.com/md-emon-hasan/ml-project-image-classifier-using-flask
🔍 Flask-based web application for image classification. The application leverages the ResNet50 model from Keras to classify uploaded images.
artificial-intelligence deployment flask image-classification image-recognition machine-learning ml-app
Last synced: 04 Jan 2026
https://github.com/egrizq/text_summarization
Creating a summarization from english text to bahasa using LLM from Hugging Face
flask huggingface javascript python transformer
Last synced: 13 Apr 2026
https://github.com/aryansingla45/ml-pipelines-studentmodel
This project implements different pipelines for different machine learning steps like data ingestion , data transformation , model training and predicting data using model. Also it uses a Flask app to host it on the local machine to predict the values.
aws continous-integration continuous-deployment flask machine-learning pipeline python
Last synced: 13 Apr 2026
https://github.com/ashishtukaral/sign-language-recognition-using-ai
A real-time Sign Language Recognition system using AI to translate hand signs into text and speech, enhancing communication for individuals with hearing impairments. This web application leverages neural networks and computer vision to provide accurate and accessible translation.
ann classification cnn computer-vision deep-learning flask keras machine-learning matplotlib neural-network numpy oops opencv pandas python3 tensorflow
Last synced: 04 Feb 2026
https://github.com/vlaek/project-organization-flask
Python, Flask, JavaScript
Last synced: 30 Apr 2026
https://github.com/amoghmadan/flask-vue-todo-application
Simple Flask ReSTful TODO APIs with Vue.js
docker docker-compose flask nginx node python sqlite3 vue
Last synced: 14 Apr 2026
https://github.com/sudoDeVinci/SkyImager-obfuscated
Public facing version of the devinci.cloud website functionality, with appropriate obfuscation and censorship.
arduino cpp data-science esp32 esp32-arduino flask image-processing mysql object-detection ota-update
Last synced: 23 Aug 2025
https://github.com/ervinteoh/demo-flask-login
Flask Login demonstrates an authentication system on a website with Flask, TailwindCSS and PostgreSQL.
docker flask flask-sqlalchemy javascript jinja postgresql python railway render tailwind-css webpack
Last synced: 13 Apr 2026
https://github.com/navneetguptacse/web-scraping.scr
Python's micro web framework (Flask) - based web scraping tool for `Flipkart's` product data extraction - descriptions, ratings, and reviews using Python and beautiful-soup.
beautifulsoup flask flipkart-scraper-python micro-framework python scrapping website
Last synced: 01 Mar 2025
https://github.com/md-emon-hasan/artificial-intelligence-engineer
This is likely featuring projects and resources related to AI. It may include code examples, tutorials related to AI concepts, algorithms, and applications.
artificial-intelligence bentoml circleci computer-vision data-science deep-learning deployment development devops docker dvc evidentlyai flask framkework library machine-learning mlops natural-language-processing python
Last synced: 09 Apr 2026
https://github.com/willie-conway/deploying-microservices
A simple microservice 🎶 that allows you to interact with a collection of songs 🎧. Built using Flask 🐍 and integrated with MongoDB 🗃️ for storing song information. The service is deployed on RedHat OpenShift ☁️ and IBM Code Engine 🚀 for scalability and management.
api backend code-engine devops flask microservices mongodb openshift python
Last synced: 12 Jun 2025
https://github.com/ad1tyaraj/heart-attack-model
This repository contains a machine learning project that predicts the likelihood of a heart attack based on a dataset of 170,501 rows and 25 features. The current model achieves an accuracy of 75%, with ongoing improvements through feature engineering and scaling.
apps django flask framework python webapps
Last synced: 11 Apr 2026
https://github.com/nitro4542/pytube-webapp
A web-based front end for pytube
Last synced: 13 Apr 2026
https://github.com/sunsetmkt/httpbin-vercel
httpbin for Vercel, a fork of postmanlabs/httpbin
api flask http http-server httpbin json python python3 service testing vercel vercel-deployment vercel-serverless vercel-serverless-functions
Last synced: 11 Apr 2026
https://github.com/achandmsft/azflaskup
Deploy a Python Flask app using the Azure CLI (http://aka.ms/cli)
az azure azure-app-service azwebappup cli cloud flask linux python web
Last synced: 29 May 2026
https://github.com/rahimizadeh/prediction-api-with-flask-and-mlflow
An end-to-end machine learning project demonstrating model lifecycle management with MLflow and production deployment using Flask.
flask machine-learning mlflow mlops-workflow python random-forest-regression rest-api scikit-learn
Last synced: 13 Apr 2026
https://github.com/twtrubiks/akbgroup_songlist_flask
AKBGroup_SongList_Flask ( AKB48Group點歌單 )
akbgroup flask python songlist
Last synced: 20 May 2026
https://github.com/arpan-206/youtube-downloader-flask
This is a downloader for YouTube videos, made using Flask. It features a good, simplistic UI. It works by first downloading the file using PyTube library to the working directory and sending it to the user using the send_file functionality in Flask. It also operates a thread to delete the videos every half an hour. It is just a beginner project and my first ever open-source GitHub Project.
Last synced: 17 May 2026
https://github.com/tushard48/brain-tumour-detection
Brain tumor detection and prediction using keras vgg-16
deep-learning flask keras machine-learning reactjs vgg16-model
Last synced: 06 Jan 2026
https://github.com/kientech/projects-python-programming
Projects Python Programming - This folder contains miscellaneous Python projects for automation and productivity, such as a script for automatically organizing files in a directory and a command-line utility for quickly generating project scaffolding.
Last synced: 22 Mar 2025
https://github.com/matteospanio/dynamic-flask-form-wtf
A template for dynamic creation of field for flask_wtf using flask, javascript and html
dynamic-forms flask flask-wtf javascript jquery python wtforms
Last synced: 11 Apr 2026
https://github.com/pshaddel/python_flask_todo
A Simple ToDo Application with Python and Flask
Last synced: 14 May 2026
https://github.com/borfast/acmemegastore
Acme Megastore demo project
aiohttp aiohttp-server api demo demo-app flask
Last synced: 27 Feb 2025
https://github.com/savecoders/webcrowdfunding
This project. i dont know :3 | Stack | Flask - PostgreSql - Templates
flask jinja2 oracledb postgresql python
Last synced: 22 Feb 2026
https://github.com/akanshdivker/flask-api-tutorial
Tutorial for extracurricular class teaching basic to advanced levels of creating a REST API using Flask.
flask flask-api-tutorial flask-tutorial python python-tutorial python3 teaching tutorial tutorial-code tutorial-demos tutorial-exercises
Last synced: 18 May 2026
https://github.com/kynikos/lib.py.flask-rip
Create Flask REST APIs in peace.
api api-rest api-server flask flask-api flask-restful flask-server python-api python-flask rest rest-api restapi restful restful-api
Last synced: 15 May 2026
https://github.com/oliverkocsis/apiaiwebhook
API.AI Webhook is a fulfillment microframework for API.AI based on Flask for getting started quickly with API.AI webhooks
apiai dispatcher flask framework fullfillment rest restful webhook webservice
Last synced: 20 May 2026
https://github.com/reachsumit/learningflask
The purpose of this project is to make a web application using Flask that allows user to signup, login, logout (with a postgresql database). Proide user with a nearby events (using wikimedia's nearby API). Display an interactive map for the results (using leaflet.js).
flask heroku herokuapp javascript leaflet postgresql-database python-3-6 wikimedia-api
Last synced: 06 May 2026
https://github.com/muhammadpauzi/learn-flask-with-tim-2
🌶 Learn Flask with Tech With Tim's Channel with make a simple posts website.
flask flask-login flask-sqlalchemy jinja2
Last synced: 22 Aug 2025
https://github.com/alekseyscorpi/vacancies_server
This is a server for vacancies generation using LLM (Saiga3)
code cuda cuda-toolkit docker dockerfile flask llama3 llamacpp llm ngrok pydantic saiga
Last synced: 06 Feb 2026
https://github.com/jonsman/dolpyn
A small website to request weather data from Meteostat.
bootstrap docker flask javascript leaflet meteostat openstreetmap python rapidapi
Last synced: 09 Feb 2026
https://github.com/arxiv/zzzarchive_arxiv-submission-preview
Clearinghouse for PDFs used during the submission process
flask part-of-ng-submit python
Last synced: 09 Apr 2025
https://github.com/angel-penchev/flask-online-store
TP term project from TUES 11th grade program for the years 2019-2020.
Last synced: 11 May 2026
https://github.com/dhanvina/facetrackedu
This project demonstrates face detection using OpenCV, it uses a pre-trained Haar cascade classifier to detect faces in images or video streams. It provides a simple and efficient solution for identifying human faces using speech automated commands.
attendance face face-detection face-recognition flask opencv opencv-python pandas python spee
Last synced: 15 Apr 2026
https://github.com/st-eg/course_project
Программа курсовой работы на тему «Разработка базы данных учета автотранспорта, его автопробега и плановых ремонтов для организации».
css flask flask-sqlalchemy html-css-javascript mysql python
Last synced: 13 Apr 2026
https://github.com/aflah02/rest-api-random-ufo-sighting
A REST API built using Flask and deployed using Heroku which Returns Details about a Random Reported UFO Sighting on each Call
api api-rest flask heroku heroku-deployment
Last synced: 20 May 2026
https://github.com/md-emon-hasan/flusk-tutorial
Flusk Tutorial is featuring a to Flask, a Python web framework. It may include basic or tutorials covering Flask fundamentals for Machine Learning.
deployment flask flask-application jinja2 jinja2-templates ml-app python
Last synced: 11 Apr 2026
https://github.com/jayakrishnagaddam/donation-management-system
A basic and secure Donation Management System that help interaction between Helpers and Help Seekers. Secure Database and Interactions are the main specialities of this project.
bootstrap flask html javascript mongodb python
Last synced: 12 Apr 2026