527 skills found · Page 6 of 18
pyhipster / Generator PyhipsterPyHipster aims to help developers generate, develop, & deploy modern web applications using Python 3 and Flask quickly and efficiently. Inspired by JHipster.
nikos / Python3 Alpine Flask DockerSample Docker container for a Python 3 Flask based application with minimal footprint.
auroranil / ChatA simple chat application for android with a python flask server as the backend.
Hritik21 / House Price PredictorIn this project, I have created simple model which predict the price of the house on the basis of it's area.
BolajiAyodeji / Deploy Ml Web WorkshopIn this workshop, you will learn how to build a machine learning model using Python/Scikit-Learn, turn the model into an API using Python/Flask, test the API, build web applications using HTML/CSS/JavaScript/Nextjs, and deploy it to the web for global usage by end-users.
laitco / Opnsense Gateway HealthcheckA Python-based Flask application to monitor the health of gateways in an OPNsense network. The application provides endpoints to check the health status of all gateways, specific gateways by name or address, and lists of healthy or unhealthy gateways. These gateways can include both internet service provider (ISP) and VPN-based gateways.
Viha27 / Python DevopsA Devops pipeline is set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier. In this course you will complete DevOps pipeline generally consists of a set of tools which are normally broken down into the following categories: Plan Code Integrate Test Release Deploy Operate This learning path will cover: Git is an open-source and distributed version control system. Github is git repository hosting service used for code sharing, bug tracking, feature request and much more. PyCharm is an integrated development environment (IDE) for python programing language. Flask is a python web framework. HTML is the standard markup language for Web pages. CSS is a style sheet language use to style a HTML document. SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility of SQL. Selenium is used to automate web browser interaction. Pytest is unit testing framework that allows users to write test codes. Ngrok allows to expose a web server running on your local machine to the internet. Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository. Docker is an open source containerization platform enables developers to package applications into containers. Docker Hub is a cloud-based repository for finding and sharing container images with your team. Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications. This course is one stop shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, devops concepts and much more with python programing language. What you’ll learn Learn to build Continuous Integration Continuous Deployment pipeline Build CI CD tool to update docker image after any update Learn to create dockerfile Learn the fundamental concepts of Docker Learn the fundamental concepts of Kubernetes Learn to create Kubernetes YAML files Learn to deploy high availability, fault tolerance, scalable application Learn all the basic and advanced git commands Learn different types of branches like master, developer, feature, release and hotfix branch Learn fundamental concepts of Version Control System Learn to use Github actions for CI CD pipeline Learn to build python flask web application Learn to use SQL Alchemy Lean to create HTML pages using HTML, CSS and bootstrap Are there any course requirements or prerequisites? Git installed Docker installed Kubernetes installed Any IDE Github account Docker hub account Who this course is for: Anyone who wants to Enhance their skills in DevOps domain Developers and IT Pros Instructor User photo Pranjal Srivastava Docker | Kubernetes | AWS | Azure | ML | Linux | Python I am an Instructor, Devops engineer, machine learning enthusiast, cloud expert and passionate developer. I have authored 60+ courses with over 50,000+ students worldwide across 175+ countries on wide array of technologies like containerization, machine learning, Linux, programming languages and cloud computing platforms like Microsoft Azure, Amazon Web Service and IBM Cloud.
mccarthysean / TimescaleDB Dash FlaskTemplate for creating a Python Flask/Dash/Plotly single-page-application (SPA) for interactively charting IoT-type time series data stored in TimescaleDB (a PostgreSQL extension optimized for time-series data).
ckraczkowsky91 / Flask Admin Flask SecurityA sample Python application using the Flask framework and Flask-Admin + Flask-Security packages.
casdoor / Casdoor Python Vue SDK ExamplePython Flask & Template & Vue application example based on casdoor-python-sdk and casdoor-vue-sdk
dreamingechoes / Flask Internet Of Things AppExample of a web application for the Internet of things made with Python and Flask framework.
geraldokereke / Image ClassifierA python-image-classification web application project, written in Python and served through the Flask Microframework. This Project implements the VGG16 covolutional neural network, through Keras and Tensorflow wrappers, to make predictions on uploaded images.
JacobGrisham / Finance Full Stack Web App Using Flask And SQLMonolithic model-view-controller full-stack web application built with Python, Flask, SQL Alchemy, MySQL, Jinja, and Bootstrap. Application Server hosted on AWS EC2 with Ubuntu, Gunicorn, and Nginx. MySQL Database on AWS RDS. Redis hosted on AWS Elasticache. CI/CD with Jenkins and AWS CodeDeploy
dandalpiaz / Flask Linux GuideLinux Server Configuration for a Python Flask Application on a Debian-based Host
islamdev99 / Protype.AIProtype.AI is an intelligent conversational AI platform available as both a desktop application (built with Python and Tkinter) and a web version (built with React and Flask). It combines NLP, smart search, and continuous learning to provide real-time responses, knowledge storage,
hasankhan / PyMVCA Python Flask MVC web application framework
holyfiddlex / Flask React TemplateTemplate for python flask application with react.js front-end
g-paras / Sentiment Analysis ApiThis is a machine learning based sentiment analysis web application using python's nltk library and deployed using flask api on Heroku server.
shsarv / Restaurant Recommendation SystemAn end-to-end restaurant recommendation system built with Flask and Python. This project showcases a fully functional web application, hosted on Heroku, that helps users discover the best dining options based on their preferences.
Ishan-mani / Smart Crop Management SystemFarmify is a Python-based project designed to help farmers with crop disease prediction, crop recommendation, and fertilizer suggestions. It utilizes machine learning models and Flask for web application development.