Skip to content
moilerat edited this page Jun 26, 2018 · 3 revisions

Welcome to the fotonowerpip wiki!

Documentation of FotonowerConnect (FC) python package

Fotonower's media (photo or video) are stored in object called photos that can be gathered in object called portfolio.

Here are the main function of FC package

  • upload_medias : to upload local image's or photos
    • list_filenames : list of string
    • portfolio_id = 0 : Int
  • create_portfolio : to create a portfolio
    • portfolio_name : String
    • list_photo_ids = [] : list of Int (photo_ids)
  • veloursFeature : to retrieve Velours Deep Learning Features

Example file : https://github.com/fotonower/fotonowerpip/blob/master/doc/example/upload_photo_with_datou.py

Clone this wiki locally