Skip to content

SezerFidanci/ImageRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageRecognition

fontawesome

Image (FontAwesome Icons) Recognition with Python

Requirements

  • python3
  • PIL, numpy, matplotlib, functools, glob libraries.

HOW DOES IT WORK ?

  1. Run the 'createExamples ()' functions. It will create a file named 'iconArEx.txt'. This is the dataset file where the icons are found.
  2. Then type an icon in the 'images' folder as the file name in the 'whatIcons' function and run the function 'whatIcons'.
  3. As a result, it will return a message as "Most Like: [('founded file name', 'founded score')]".

That is all :)

GEREKSINIMLER

  • Python3
  • PIL,numpy,matplotlib,functools,glob kütüphaneleri.

Nasıl Çalışır ?

  1. 'createExamples()' fonksiyonu çalıştırın. 'iconArEx.txt' adında bir dosya oluşturacaktır. Burası ikonları öğrendiği dataset dosyasıdır.

  2. Daha sonra 'images' klasörünün içerisine attığınız bir ikonun ismini 'whatIcons' fonksiyonunda dosya adı olarak yazın ve 'whatIcons' fonksiyonunu çalıştırın.

  3. Sonuç olarak "Most Like: [('benzetilen dosya adı', 'benzetilme skoru')]" olarak bir mesaj döndürecektir.

Hepsi bu kadar :)

About

Image (FontAwesome Icons) Recognition with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages