Image Directory To CSV Save

Converts a given image directory to a CSV file.

Project README

Image Directory to CSV

Often times we need to convert our dataset of images to CSV files. This does just that.

Setup

  1. Clone this repository.
  2. Show some :heart: by :star:ing this repo
  3. Add the path of the directory you want to convert in
myFileList = createFileList('/path_to_directory_with_images/') 
  1. Name the csv file to be created in
with open("name_you_want.csv", 'a') as f: 

  1. In case you're not able to locate the .csv file, search it up with the name given.
Open Source Agenda is not affiliated with "Image Directory To CSV" Project. README Source: RohitMidha23/Image-Directory-to-CSV
Stars
49
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating