Image-Directory-to-CSV
Image-Directory-to-CSV copied to clipboard
Converts a given image directory to a CSV file.
Image Directory to CSV
Often times we need to convert our dataset of images to CSV files. This does just that.
Setup
- Clone this repository.
- Show some :heart: by :star:ing this repo
- Add the path of the directory you want to convert in
myFileList = createFileList('/path_to_directory_with_images/')
- Name the csv file to be created in
with open("name_you_want.csv", 'a') as f:
- In case you're not able to locate the .csv file, search it up with the name given.