This application combines the contents of identically named text files from two directories, BLIP and WD14, and saves the combined content in a new directory called Captions.
-
Clone the repository
git clone <repository_url> cd <repository_directory>
-
Run the application
python3 capCombine.py
-
Clone the repository
git clone <repository_url> cd <repository_directory>
-
Run the application
Simply double-click on the
capCombine.batfile to run the application.
-
Launch the application using the above installation instructions.
-
A Gradio interface will be available at 127.0.0.1:7875
-
Provide the paths to the
BLIPandWD14directories. -
Click on the
Combinebutton to start the combining process. -
The combined text files will be saved in the
Captionsdirectory located in the same path as theBLIPandWD14directories.
Feel free to fork the repository, make changes, and submit pull requests. Any contributions are welcome!