Step 1: Set up your development environment Before we begin, make sure that you have Python 3 and Flask installed on your system. You can ...
Read More
Home / python
Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
[Skype Bot] Automate and Schedule Your Everyday Skype Group Message using Python
At first install skpy pip install SkPy Then find out the group id of Your Skype from skpy import Skype sk = Skype( "email" , &...
Read More
Exponential moving average in python
Write a program (you can use MATLAB or Octave or Python) that will smooth an array of data using an exponential moving average. For the ...
Read More
Vehicle Detection and Image Segmentation from Traffic Videos
Code: https://www.kaggle.com/shawon10/object-detection-from-a-traffic-video Dataset: https://www.kaggle.com/shawon10/road-traffic-v...
Read More
Object Detection and Image Segmentation in Python
Download Code: https://github.com/shawon100/Object-Detection-and-Image-Segmentation See Demo in Colab : https://colab.research.googl...
Read More
Covid 19 Disease Diagnosis Web App Using Python Tensorflow 2 Flask
This Web App can detect COVID-19 from CT Scan Medical Images Download Code : https://github.com/shawon100/Covid-19-Disease-Diagnosis ...
Read More
Plant Disease Diagnosis Web App Using Python and Tensorflow 2
Download Production Version Code: https://github.com/shawon100/Plant-Disease-Diagnosis-Flask Research Version Code: https://www.k...
Read More
How To Develop FaceEditor Software Like FaceApp in Python
Download Code : https://github.com/SummitKwan/transparent_latent_gan
Read More
How to Develop Web Based Image Classification and Recognition System in Python Flask
Download Code: https://github.com/shawon100/image-recognition-resnet50-flask
Read More
How to take multiple input (string,integer,integer) in Python 3
n=int(input()) num=[] for i in range(0,n): op=input().split() #Take multiple input as a list by split(). 1st input is op[0],2nd ...
Read More
Subscribe to:
Posts
(
Atom
)