https://store-images.s-microsoft.com/image/apps.12823.73814e19-9ca2-4e64-9116-4690f0df31e8.f88d31da-408f-4c9d-89ea-a4f717235eeb.fe693a1d-f696-4e4d-a6f9-43be05411e94

AutoKeras

bCloud LLC

AutoKeras

bCloud LLC

Version 2.0.0+ Free with Support on Ubuntu 24.04

**AutoKeras** is an open-source Python library for automated machine learning (AutoML). Built on top of **TensorFlow and Keras**, it enables users to quickly create predictive deep learning models for image, text, and structured data with minimal manual intervention. AutoKeras automates tasks such as model architecture search, feature preprocessing, and hyperparameter tuning, making it suitable for both research and production applications.

Features of AutoKeras:

  • Efficiently handles tasks like image classification, text classification, and structured data regression.
  • Automates neural network architecture search and hyperparameter tuning.
  • Supports both CPU and GPU computation for large-scale datasets.
  • Modular and flexible design allows integration of custom Keras models and pipelines.
  • Lightweight, easy to install via pip, and integrates with other Python projects.
  • Open-source, actively maintained, and widely used in AutoML workflows.

To check the installed AutoKeras version on your system, run:


 # sudo su 
# sudo apt update 
# cd /opt/autokeras 
# source venv/bin/activate
 # python -c "import autokeras as ak; print(ak.__version__)"
 

Disclaimer: AutoKeras is released under the MIT License and maintained by the open-source community. Users are responsible for correct usage in their specific applications. The developers are not responsible for any consequences arising from its use. Always refer to the official AutoKeras documentation and GitHub repository for the most accurate and up-to-date information.