Enhancements to NFT generator -- 2

Job ID: 36427319

Budget: $50 – $80 CAD

I'm looking for a freelancer to make enhancements to Non-Fungible Token (NFT) generator. I need these changes to be implemented as soon as possible, and I need someone who is experienced and capable of working efficiently and effectively. If you're interested and up for the challenge, please don't hesitate to reach out.

You can find the code here:

https://github.com/ptedeschi/NFT.net

Here are enhancements:

1. Support nested folders. (apply same logic we use for folders to subfolders)

layers
01-Names
01-books
02-binders
02-Types
01-folders
01-papers


2. if folders start with same number, pick one base on percentage/weight logic. (logic already implemented for the files)

Folders Signature
03-books+20
03-papers+20
03-covers


3. File names can include correlation ID. (correlation ID is optional)

File Signature:
hat_red+20[corr1,corr2].png

There can be multiple correlation IDs assigned to files.
If system find a correlation ID in file names should add that to Correlation Array. (if correlation id does not exist already in array)
Inside each folder find related correlations from Correlation Array (if any exist) then apply the logics


Thank You