jenizar's Stars
hamukazu/primedayapp
This app calculates prime number days.
yhangf/wechat
:lemon:Use Flask for web WeChat.
gxercavins/image-api
Image Processing API using Python + Flask + PIL
leemengtw/cat-recognition-app
The repository include code for build a ML application using Flask, Tensorflow
yinguobing/cnn-facial-landmark
Training code for facial landmark detection based on deep convolutional neural network.
caoshiyi/Simple_Dashboard
Flask + D3: A simple dashboard with Choropleth Map, Radar Chart and Bar Chart.
shengqiangzhang/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
victordibia/handtracking
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
jrosebr1/color_transfer
Performs color transfer between two images. Loosely based on the "Color Transfer between Images" paper by Reinhard et al., 2001.
jrosebr1/simple-keras-rest-api
A simple Keras REST API using Flask
knwng/awesome-vehicle-re-identification
collection of dataset&paper&code on Vehicle Re-Identification
mjhea0/docker-workshop
chenyuntc/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
imfing/keras-flask-deploy-webapp
:smiley_cat: Pretty & simple image classifier app template. Deploy your own trained model or pre-trained model (VGG, ResNet, Densenet) to a web app using Flask in 10 minutes.
PySimpleGUI/PySimpleGUI
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
dushan14/books-store
A Simple Web application to use flask python web framework.
chaitjo/regression-stock-prediction
Predicting Google’s stock price using regression
python-visualization/folium
Python Data. Leaflet.js Maps.
mahmoud/awesome-python-applications
💿 Free software that works great, and also happens to be open-source Python.
OpenGeoscience/geonotebook
A Jupyter notebook extension for geospatial visualization and analysis
NicholasTanWeiHong/dash-stock-visualizations
Dash Application for Stock Charting and Technical Analysis
YoongiKim/AutoCrawler
Google, Naver multiprocess image web crawler (Selenium)
ucg8j/awesome-dash
A curated list of awesome Dash (plotly) resources
plotly/dash-stock-tickers-demo-app
Dash Demo App - Stock Tickers
TrainingByPackt/Data-Visualization-with-Python-eLearning
Create an impact with meaningful data insights using interactive and engaging visuals
TrainingByPackt/Data-Science-for-Marketing-Analytics
Achieve your marketing goals with the data analytics power of Python
NVIDIA/FastPhotoStyle
Style transfer, deep learning, feature transform
lexfridman/mit-deep-learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
madhavi-r/Interactive-Dashboard
An app deployed on Heroku that visualizes a sample data from Sqlite using Plotly and Flask.