https://github.com/sweetpand/pytorch_fun
Logo Detection model with PyTorch by using keras and Flask
https://github.com/sweetpand/pytorch_fun
flask logo-detection logo-detection-model pythorch
Last synced: about 1 year ago
JSON representation
Logo Detection model with PyTorch by using keras and Flask
- Host: GitHub
- URL: https://github.com/sweetpand/pytorch_fun
- Owner: sweetpand
- License: mit
- Created: 2019-10-27T15:48:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T09:19:43.000Z (about 6 years ago)
- Last Synced: 2025-04-05T11:12:55.476Z (about 1 year ago)
- Topics: flask, logo-detection, logo-detection-model, pythorch
- Language: Jupyter Notebook
- Size: 2.21 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logo_detection_PyTorch
Logo Detection model with PyTorch by using keras and Flask
https://heartbeat.fritz.ai/logo-recognition-ios-application-using-machine-learning-and-flask-api-aec4eff3be11
# PyTorch Notebooks
A collection of PyTorch notebooks for studying and practicing deep learning. Each notebook contains a set of exercises that are specifically designed to engage and encourage the learner to conduct more research and experiments. (Work in progress!)
Name
Description
Category
Level
Link
Blog
Implementing a Logistic Regression Model from Scratch
Learn how to implement the fundamental building blocks of a neural network using PyTorch.
Machine Learning
Beginner
read
PyTorch Hello World
Create a hello world for deep learning using PyTorch.
Deep Learning
Beginner
read
PyTorch Quickstart
Learn about PyTorch's basic building blocks to build and train a CNN model for image classification.
Image Classification
Intermediate
read
A Gentle Introduction to PyTorch 1.2
This comprehensive tutorial aims to introduce the fundamentals of PyTorch building blocks for training neural networks.
Neural Networks
Beginner
read