Skip to content

ericpesto/ai-sample-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Sample Generator (wav.ai)

Description

This project is an AI-powered .wav generator that allows you to create audio samples based on various parameters like quality, duration, mood, and type of sound.

Screenshot

Prerequisites

  • Python 3.9 or higher
  • pip (Python package installer)
  • Virtual environment (optional but recommended)

Installation

Step 1: Clone the Repository

Clone the repository to your local machine.

git clone git@github.com:ericpesto/ai-sample-generator.git

Step 2: Create a Virtual Environment (Optional)

Navigate to the project directory and create a virtual environment.

  • On macOS and Linux:
    python3 -m venv venv
  • On Windows:
    python -m venv venv

Step 3: Activate the Virtual Environment

  • On macOS and Linux:
    source venv/bin/activate
  • On Windows:
    venv\\Scripts\\activate

Step 4: Install Dependencies

Install the required packages using pip.

pip install -r requirements.txt

Usage

To run the AI WAV Generator, execute the following command:

python src/main.py

Follow the on-screen prompts to customize your audio sample.

Troubleshooting

If you encounter any issues, please check the requirements.txt file to ensure all dependencies are correctly installed. You can also refer to the logs for debugging information.

Contributing

Feel free to fork the project, open a pull request, or submit issues and feature requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.