git clone https://github.com/Pranav-Karra-3301/OWLY_Smart_Image_Renaming
cd OWLY_Smart_Image_Renaming
pip install -r requirements.txt
brew install tesseractsudo apt-get install tesseract-ocrpython -m spacy download en_core_web_sm
Set Up Configuration:
Create a config.json file in the root directory with the following keys:
{
"openai_api_key": "your-openai-api-key",
"cloudinary_cloud_name": "your-cloudinary-cloud-name",
"cloudinary_api_key": "your-cloudinary-api-key",
"cloudinary_api_secret": "your-cloudinary-api-secret"
}