All Projects → sanjujosh → Auto Image Renamer

sanjujosh / Auto Image Renamer

Rename images using deep learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Auto Image Renamer

Facerecognitionauth
Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
Stars: ✭ 79 (-12.22%)
Mutual labels:  artificial-intelligence
Sonnet
TensorFlow-based neural network library
Stars: ✭ 9,129 (+10043.33%)
Mutual labels:  artificial-intelligence
Nokia Book
NOKIA Book covers selected aspects of the telecommunication industry programmer's work
Stars: ✭ 87 (-3.33%)
Mutual labels:  artificial-intelligence
Ai Reading Materials
Some of the ML and DL related reading materials, research papers that I've read
Stars: ✭ 79 (-12.22%)
Mutual labels:  artificial-intelligence
Simplednn
SimpleDNN is a machine learning lightweight open-source library written in Kotlin designed to support relevant neural network architectures in natural language processing tasks
Stars: ✭ 81 (-10%)
Mutual labels:  artificial-intelligence
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+1300%)
Mutual labels:  artificial-intelligence
Gru Svm
[ICMLC 2018] A Neural Network Architecture Combining Gated Recurrent Unit (GRU) and Support Vector Machine (SVM) for Intrusion Detection
Stars: ✭ 76 (-15.56%)
Mutual labels:  artificial-intelligence
Mapleai
AI各领域学习资料整理。(A collection of all skills and knowledges should be got command of to obtain an AI relevant job offer. There are online blogs, my personal blogs, electronic books copy.)
Stars: ✭ 89 (-1.11%)
Mutual labels:  artificial-intelligence
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+1278.89%)
Mutual labels:  artificial-intelligence
Text Gan Tensorflow
TensorFlow GAN implementation using Gumbel Softmax
Stars: ✭ 87 (-3.33%)
Mutual labels:  artificial-intelligence
Jsbattle
JavaScript Programming Game (inspired by RoboCode)
Stars: ✭ 80 (-11.11%)
Mutual labels:  artificial-intelligence
Laibot Client
开源人工智能,基于开源软硬件构建语音对话机器人、智能音箱……人机对话、自然交互,来宝拥有无限可能。特别说明,来宝运行于Python 3!
Stars: ✭ 81 (-10%)
Mutual labels:  artificial-intelligence
Machine Learning Tutorial Chinese
专门面向中文用户的机器学习相关的学习资料大集合
Stars: ✭ 86 (-4.44%)
Mutual labels:  artificial-intelligence
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-12.22%)
Mutual labels:  artificial-intelligence
Malware Classification
Towards Building an Intelligent Anti-Malware System: A Deep Learning Approach using Support Vector Machine for Malware Classification
Stars: ✭ 88 (-2.22%)
Mutual labels:  artificial-intelligence
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (-16.67%)
Mutual labels:  artificial-intelligence
Alexapi
Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
Stars: ✭ 1,252 (+1291.11%)
Mutual labels:  artificial-intelligence
Ai Dl Enthusiasts Meetup
AI & Deep Learning Enthusiasts Meetup Project & Study Sessions
Stars: ✭ 90 (+0%)
Mutual labels:  artificial-intelligence
Virtual Assistant
A linux based Virtual assistant on Artificial Intelligence in C
Stars: ✭ 88 (-2.22%)
Mutual labels:  artificial-intelligence
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+1311.11%)
Mutual labels:  artificial-intelligence

Auto-image-renamer

Rename images using deep learning

Image for demo

Auto-image-renamer automates the task of renaming images with meaningful names. It uses Microsoft Computer Vision API's deep learning algorithms to rename the images

Dependencies

  • Python 2/3 (Tested under Ubuntu Python 3.5)

Usage

1) Get a Microsoft API Key for Free

https://www.microsoft.com/cognitive-services/en-us/sign-up.

Replace this key with MICROSOFT_VISION_API_KEY in renamer.py

2) Usage

python3 renamer.py path_to_images_dir

NOTICE: Do not use a triling slash in dir

EXAMPLE python3 renamer.py /home/sanju/images

4) Enjoy!

All the images in the given directory will be renamed with meaningful names now.

How It was Built

  1. Find all the images in the given directory
  2. Images will be sent to microsoft API, they process the image and sent back a caption.
  3. Rename the files with new name from the VISION API

Disclaimer

It uplods the images to Microsoft servers, do not use it with personal images. (or use it with caution)

Credits

Originally inspired from https://github.com/ParhamP/altify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].