7 deep learning projects recommended on github


  • If you want to learn deep learning, there are actually many good projects on github
  • Let old K take you to see which projects are available!
  • I believe there will be gains after watching~

1. Neural Doodle- convert graffiti style pictures into artwork style paintings

address https://github.com/alexjc/neural-doodle
star 9.4k
fork 857

This is a project based on a neural network. Use the neural network to learn the painting style of real artists, and then merge the two to make your graffiti become a masterpiece.

image.png

2. Mozilla Deep Speech-speech to text

address https://github.com/mozilla/DeepSpeech
star 14.2k
fork 2.7k

This is an open source project of speech-to-text, based on the model implemented by Baidu's paper on language research. The project is based on Google's tensorflow implementation.

image.png

3. Neural Style-Photo style transfer

address https://github.com/cysmith/neural-style-tf
star 2.6k
fork 715

This is a very interesting computer vision project. Through tf and convolutional neural networks, it is possible to attach pictures to pictures such as "night sky" and "scream". It is a project worth trying.

image.png

4. Use machine learning to lose weight

address https://github.com/arielf/weight-loss
star 3.3k
fork 150

This is a machine learning project. The author Ariel wants to lose weight. Through the data, he develops a more scientific way to lose weight for himself. We can use his code to understand the case of applying machine learning in life.

image.png

5. captcha_break

address https://github.com/ypwhs/captcha_break
star 1.7k
fork 505

6. face_recognition

address https://github.com/ageitgey/face_recognition
star 34.7k
fork 9.7k

This is a powerful, simple and easy to use face recognition open source project, and is equipped with complete development documents and application cases, especially compatible with the Raspberry Pi system. The project already has technical documents in Chinese, making it easier for Chinese people to use.

image.png

7. Voice dialogue robot

address https://github.com/wzpan/wukong-robot
star 2.2k
fork 627

This is a simple, flexible and elegant Chinese voice dialogue robot/smart speaker project. It may also be the first open source smart speaker project that supports brain-computer interaction.

image.png
  • Thank you for reading all the way to the end, part of the content is organized from the Internet, invaded and deleted
  • If this article is helpful to you, please remember to share or click on'I am watching' this article.
  • If you have any questions, errors or comments about the content of the article, please leave a message .

! [Welcome to pay attention to the "Old K Play Code" public account to get more practical cases and industry information. ]


Guess you like

Origin blog.51cto.com/15069443/2576239