Skip to content

This project find object in Instagram and Twitter user's images using CNN.

Notifications You must be signed in to change notification settings

mangrrua/ObjectDetectionWithSocialMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectDetectionWithSocialMedia

This project find objects in Instagram and Twitter user's images using CNN.

  • Firstly, In this project, images was received from users of social media(Twitter and Instagram) with specific tag. In this way, a lot of images will be collected.
  • Secondly, flow of this project;
    • It receives images of users from Instagram and Twitter, and stores this images to database.
    • It gets images from mongodb each specific time interval with userID, then finds objects in images, and replies post of users. In the replied comment, predicted object name and its accuracy are written.

----- Requirements -----

  • 1- Python 3
  • 2- Numpy
  • 3- PIL
  • 4- Tensorflow
  • 5- Keras
  • 6- Flask
  • 7- Tweepy (for connect to Twitter api)
  • 8- Pymongo

-> If the libraries described above have been successfully installed, you can run this project. Also, you must have a mongodb URI, twitter api keys and instagram access token.

About

This project find object in Instagram and Twitter user's images using CNN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages