This repository contains a collection of scripts designed to leverage various AI models through their respective APIs. The current projects include a translator, an image description generator, and a YouTube audio and video transcriber.
The repository is organized into the following folders:
Contains a script for translating text between different languages using the Google Translate API.
Includes a script for generating descriptions of images using the OpenAI API.
Offers a tool for transcribing audio from local files and YouTube videos using OpenAI's Whisper model.
- Python 3.6+
- API keys for OpenAI and Google Translate (as per project)
-
Clone this repository:
git clone https://github.com/your-username/AI_Petprojects.git -
Install the necessary dependencies for each project (see individual README files in each folder).
-
Set up your API keys as environment variables as needed.
Each project has its own README with specific usage instructions. Please refer to the documentation in each project folder for details on how to run and use the scripts.
Contributions are welcome! If you have an idea for a new script or an improvement to an existing one, feel free to open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.