527 skills found · Page 8 of 18
gayu-thri / Online Sports Turf Playground Booking SystemAn application developed using Python Flask
chiragchamoli / Flask Restful Api BoilerplateThis is boilerplate template for a Python Flask application with things you need to get started.
Mahhheshh / MentorGPTMentorGPT is a web application that uses a chatbot to answer questions about the Python, Data Science, Machine Learning. The chatbot is connected to OpenAI's GPT-3 API. The application is built using Python, Flask and Vue.
amitkumarusc / Recommendation SystemA movie recommendation system trained on the MovieLens 20 Million dataset. This system makes use of Collaborative filtering methods to come up with recommendations for a particular user.
stevemar / Sample Python AppSample containerized Python Flask application for demo purposes
olayinkaos / Flask Realtime TodoRealtime CRUD Python application built with Flask, Vanilla JavaScript and Pusher
khristoforovs / Flask Postgres Docker Compose Simple AppSimple web application based on Python-Flask and Postgres with docker-compose-based deploy
NickChecan / Hana To PythonA common Python Flask application with access to a Hana trial instance provided by SAP
divyansh1195 / Car Price PredictionEnd to end implementation and deployment of Machine Learning Car Price Prediction using python, flask, gunicorn, scikit-Learn, etc. on Heroku web application platform.
MateiIonutEduard / ChatServerRepresents a chat application, made in Python, using Flask Web API.
mansimarkaur / Http StatusThis Python application based on Flask displays the http status code response for a given URL using the module requests.
Mahdi-hasan-shuvo / Fb DownloderA simple web application built with **Python Flask** that allows users to download videos (or images) from public Facebook video URLs. The app parses the video URL, extracts the media source, and lets users save it locally.
77axel / LAN ChatA robust, real-time local network chat application built with Python and Flask
by-sabbir / Django Gunicorn Nginx DockerDocker helps us package container based applications like python, django, flask, nginx, gunicorn, PostgreSQL, MySQL as a deployment ready system. We will, in this article, deploy a django app with nginx, gunicorn, PostgreSQL in their separate docker. We will package the whole project with docker-compose.
adv-it / Aws Apprunner FlaskPython Flask Application for AWS AppRunner
su600 / DataSPython Flask based industrial SCADA application.
codesagar / Azure BlobsPython flask application to upload files to Azure Blob
ThunderousFigs / GenomesGenetic visualization application using Python/Flask, Angular, d3, and 23andMe authentication
vipinc007 / ParquetViewerA web application for viewing Apache Parquet files . This is a Python + Flask application
arvindpj007 / Docker Mutiple ContainersExposing several ports unnecessarily can be a security risk, by exposing ports there will be a channel for unsecured communications and unrestricted traffic. By creating a special networks for the containers to share, the host is isolated from the multiple containers utilized.