527 skills found · Page 16 of 18
KalyanM45 / Python Stock WatchlistThis repository contains a stock watchlist application that allows users to track real-time stock data, including price, volume, and daily changes. It integrates with Yahoo Finance for live updates and displays stock information in a user-friendly format. The app is built using Python, Flask, and Yahoo Finance API.
elze / SkillClustersThis application parses software developer job ads and determines, for each technical skill keyword (e.g. Python, Java, C#, Javascript, etc) what other skills are most likely to go with it (e.g. for Python it would be Django, Flask, etc.) So when one is preparing for a software development interview, one could know what other areas they need to study to answer the most likely interview questions.
pratikpatil1592 / Nebula DashDashboard application built with Python, Flask, Folium, SQL and HTML5/CSS3. Dashboard features earthquake data visualization done on the world map. Users need to create an account to view the visuals, download dataset and write articles.
KalyanM45 / YouTube Content ScraperThe provided Python code is a web application built using the Flask framework, designed to scrape data from YouTube based on a specified company name. This application aims to automate the process of collecting information about videos associated with a particular company on YouTube and present the data to users in a downloadable CSV file.
Akbonline / ChatbotPy Fullstack Chatbot ApplicationA full stack chatbot application using python, React Js, Javascript, HTML and CSS. The application has python's flask and javascript for backend, React Js, HTML and CSS for Frontend, SQLite for database, and chatterbot api for generating AI based responses.For usage
r-e-d-ant / Notebook AppNotebook app made with Flask, a Python Web application framework for Back-end. And HTML/CSS, JavaScript for Front-end. Demo: https://a-notebook-app.herokuapp.com/
jeffsp / RatexA web application for setting a trek route, correlating it with exercise activities, and plotting its progress in a map view. Written in Python using the Flask microframework.
rmetcalf9 / Kong Ldap Login EndpointA flask python application creates a login endpoint that authenticates a user with an LDAP server, adds a consumer for the user to a Kong API gateway giving the caller a JWT token.
trouble25 / Url ShortenerPython script for a simple URL shortener using Flask, a lightweight web framework. This script will allow you to create a web application where users can shorten URLs and retrieve the original URLs using the shortened versions.
jayeshbhandarkar / GlobalSpeakGlobalSpeak is a Python Flask web application designed to overcome language barriers by translating your lectures in audio, video, and text formats into over 100+ languages, including major ones like Japanese, German, French, Spanish, Hindi, English, Marathi, and more.
Tech-with-Vidhya / Productionized Docker ML Model Application Into Kubernetes Cluster Using AWS EKS CloudFormation EMRThis project covers the end to end implementation of deploying and productionizing a dockerized/containerized machine learning python flask application into Kubernetes Cluster using the AWS Elastic Kubernetes Service (EKS), AWS Serverless Fargate Instances, AWS CloudFormation Cloud Stack and AWS Elastic Container Registry (ECR) Service. The machine learning business case implemented in this project includes a bank note authentication binary classifier model using Random Forest Classifier; which predicts and classifies a bank note either as a Fake Bank Note (Label 0) or a Genuine Bank Note (Label 1). Implementation Steps: 1. Creation of an end to end machine learning solution covering all the ML life-cycle steps of Data Exploration, Feature Selection, Model Training, Model Validation and Model Testing on the unseen production data. 2. Saved the finalised model as a pickle file. 3. Creation of a Python Flask based API; in order to render the ML model solution and inferences to the end-users. 4. Verified and tested the working status of the Python Flask API in the localhost set-up. 5. Creation of a Docker File (containing the steps/instructions to create a docker image) for the Python Flask based Bank Note Authentication Machine Learning Application embedded with Random Forest ML Classifier Model. 6. Creation of IAM Service Roles with appropriate policies to access the AWS Elastic Container Registry (ECR) Service and AWS Elastic Kubernetes Service (EKS) and AWS CloudFormation Service. 7. Created a new EC2 Linux Server Instance in AWS and copied the web application project’s directories and its files into the AWS Linux Server using SFTP linux commands. 8. Installed the Docker software and the supporting python libraries in the AWS EC2 Linux Server Instance; as per the “requirements.txt” file. 9. Transformation of the Docker File into a Docker Image and Docker Container representing the application; using docker build and run commands. 10. Creation of a Docker Repository within the AWS ECR Service and pushed the application docker image into the repository using AWS Command Line Interface (CLI) commands. 11. Creation of the Cloud Stack with private and public subnets using the AWS CloudFormation Service with appropriate IAM roles and policies. 12. Creation of the Kubernetes Cluster using the AWS EKS Service with appropriate IAM roles and policies and linked the cloud stack created using the AWS CloudFormation Service. 13. Creation of the AWS Serverless Fargate Profile and Fargate instances/nodes. 14. Creation and configured the “Deployment.yaml” and “Service.yaml” files using the Kubernetes kubectl commands. 15. Applied the “Deployment.yaml” with pods replica configuration to the AWS EKS Cluster Fargate Nodes; using the Kubernetes kubectl commands. 16. Applied the “Service.yaml” using the Kubernetes kubectl commands; to render and service the machine learning application to the end-users for public access with the creation of the production end-point. 17. Verified and tested the inferences of the productionized ML Application using the AWS Fargate end-point created in the AWS Kubernetes EKS Cluster. Tools & Technologies: Python, Flask, AWS, AWS EC2, Linux Server, Linux Commands, Command Line Interface (CLI), Docker, Docker Commands, AWS ECR, AWS IAM, AWS CloudFormation, AWS EKS, Kubernetes, Kubernetes kubectl Commands.
ayushaditya6 / Multiple Disease Prediction ModelThe Multiple Disease Prediction System is a web application that predicts the likelihood of heart disease, Parkinson's disease, or diabetes based on user health metrics. Built with Python and Flask (or Streamlit), it provides quick, reliable predictions to promote proactive health management.
JatinSadhwani02 / Login And Registration System In FlaskThis is a web application which is designed in python flask and SQLalchemy database with all validations. In this website , User can registered and then do login with credentials and after fill correct details you move to that page where your details will show and then you can logout...
Krisshvamsi / Skin Disease Identification Using Image AnalysisThe project deals with Detecting skin diseases based on images. The model has been implemented using Python and Convolutional Neural Networks and OpenCV. The approach works on color images and greyscale images. Used different Neural Network layers such as Max-Pooling, Flatten, Conv2D, etc. to build a system that successfully detects skin diseases based on images captured through camera and deployed model using flask application and web development technologies. Received Silver Award at Ennovate-The International Innovation Show-2021, Poland for this innovation
GiordanaFurquim / Femail Social NetworkThe Project Femail is a Social Network built to connect women in order to learn and teach things to each other. The technology used to develop this application includes React.js (with Hooks and Redux), Express/Node.js, Flask/Python, HTML5, CSS 3, AWS S3, SQL/Postgres, Cookie Session/CSRF-Token against CSRF attacks, Jest and Socket.io. The project is still ongoing.
microsoft / Project Python Flask Containersample python flask web application
Swap76 / Python Flask ApplicationWebsite for writing blogs using Python-Flask
prof-rossetti / Rock Paper Scissors FlaskA basic game written in Python and implemented as a web application using the Flask package.
forrestyishichen / Real Estate Exchange Web ApplicationPython Flask Web Application
romeokienzler / Flask File Uploadsimple python flask file upload application