AutoSmile is a powerful and lightweight CLI tool and library that brings smiles to faces in your images! Whether you want to add a smile to a neutral face or enhance an existing one, AutoSmile gives you express control over every parameter. Transform your photos and spread happiness with ease! 🎉
- Easy to Use: Simple command-line interface for quick processing.
- Highly Configurable: Adjust processing, input, and output parameters via
config.json
or CLI arguments. - Batch Processing: Handle single images or multiple images seamlessly.
- Lightweight: Minimal dependencies ensure smooth performance.
Install AutoSmile using pip:
pip install autosmile
Or clone the repository and install the requirements:
git clone https://github.com/yourusername/autosmile.git
cd autosmile
pip install -r requirements.txt
Add or enhance smiles in your images with the CLI:
autosmile --input path/to/image.jpg --output path/to/output/
Adjust the smile intensity (from 0.0 to 1.0):
autosmile --input path/to/image.jpg --output path/to/output/ --smile_intensity 0.8
Process all images in a directory:
autosmile --input path/to/input_folder/ --output path/to/output_folder/
Customize settings using config.json
:
{
"smile_intensity": 0.5,
"input_folder": "input_images",
"output_folder": "output_images"
}
Before | After |
---|---|
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.
Have questions or suggestions? Reach out at [email protected].