Skip to main content

A handy metapackage installing common ML/AI libraries and tools I use for hackathons.

Project description

adi-ml-toolkit

Just a handy Python metapackage I put together to save time during hackathons. It installs all the common AI, ML, NLP, and web deployment libraries at once (with compatible minimum versions), so you don't have to keep running pip install for an hour during competitions.

Quick Start

pip install adi-ml-toolkit

What it installs (The Complete Arsenal)

Here is a detailed breakdown of every single library this toolkit instantly configures for your environment:

Core Data Science & ML

  • numpy: High-performance numerical computing and array manipulation.
  • pandas: Essential tabular data manipulation and analysis structure.
  • scipy: Advanced scientific computing algorithms (integrations, solvers).
  • scikit-learn: Core foundational ML algorithms (classification, clustering, regression).
  • xgboost: Highly optimized gradient boosting library.
  • lightgbm: Microsoft's fast and highly efficient gradient boosting.
  • catboost: Yandex's gradient boosting specially tuned for categorical features.

Deep Learning Frameworks

  • torch: PyTorch's core tensor and autograd deep learning framework.
  • torchvision: standard PyTorch image transformations and pre-trained CV models.
  • torchaudio: standard PyTorch tools for audio processing.
  • pytorch-lightning: High-level PyTorch wrapper to simplify training loops and make them robust.
  • fastai: High-level PyTorch wrapper optimized for incredibly rapid prototyping.
  • tensorflow: Google's enterprise deep learning framework.
  • tensorflow-decision-forests: Specialized TensorFlow models for structured data.
  • keras: Simple, high-level neural network API.
  • jax[cpu]: Google's super high-performance array computing and autograd framework.

NLP & Foundation Models (HuggingFace)

  • transformers: Hugging Face's flagship LLM and foundation model repository.
  • datasets: One-line access to thousands of audio, vision, and text training datasets.
  • accelerate: PyTorch wrapper for seamless multi-GPU hardware acceleration.
  • huggingface-hub: Official client to download models from the Hugging Face Hub.
  • sentence-transformers: Create fast, state-of-the-art text and image embeddings.
  • spacy: Industrial-strength, production-ready NLP pipelines.
  • nltk: Traditional, academic natural language processing toolkit.
  • gensim: Unsupervised topic modeling and text similarity calculations.

Generative AI, Agents & Vector DBs

  • langchain: The leading framework for chaining and building LLM applications.
  • langchain-openai: Official LangChain integrations for OpenAI models.
  • langgraph: Build complex, stateful agentic workflows and cycles with LLMs.
  • openai: Official GPT-4 and embeddings API client.
  • anthropic: Official Claude API client.
  • google-generativeai: Official Google Gemini API client.
  • chromadb: Simple, local, open-source vector database.
  • pinecone-client: Official client for Pinecone's cloud vector database.
  • qdrant-client: Fast vector search engine client.
  • tiktoken: OpenAI's hyper-fast byte pair encoding tokenizer.
  • llama-index: Data framework for securely connecting custom data to LLMs.
  • crewai: Framework for orchestrating autonomous, role-playing AI agents.
  • autogen-agentchat & pyautogen: Conversational framework for multi-agent systems.
  • semantic-kernel: Microsoft's enterprise-grade AI agent orchestration framework.

Computer Vision & Healthcare

  • opencv-python-headless: Essential open-source computer vision processing (headless for server compatibility).
  • pillow: Standard Python imaging library (PIL) for basic image ops.
  • scikit-image: Advanced mathematical image processing linked with SciPy.
  • monai: Medical deep learning framework (the global standard for healthcare hackathons).

Time Series, Audio, & Visualization

  • librosa: Extensive music and audio analysis feature extraction.
  • statsmodels: Traditional statistical modeling and hypothesis testing.
  • prophet: Robust time-series forecasting algorithm developed by Meta.
  • matplotlib: Foundational Python plotting library.
  • seaborn: Beautiful, high-level statistical data visualization.
  • plotly: Interactive, web-based, stunning graphical plots.

Jupyter & MLOps (AutoML & Tracking)

  • jupyterlab & notebook: Classic web-based interactive coding environments.
  • ipywidgets: Interactive HTML widgets for dynamic notebooks.
  • mlflow: Manage the ML lifecycle and meticulously track experiments.
  • wandb: Weights & Biases for beautifully visualizing model training runs in the cloud.
  • optuna: Automated and hyper-efficient hyperparameter optimization.
  • pycaret: Low-code library for end-to-end rapid ML model deployment.
  • autogluon: Automates completely the process of model selection and ensembling.

Web Apps & Server APIs

  • fastapi: Ultra-fast, modern web framework for Python APIs.
  • uvicorn: Lightning-fast ASGI server required for running FastAPI.
  • flask: Classic, extremely lightweight web application framework.
  • streamlit: Turn python data scripts into interactive shareable web apps in literally minutes.
  • gradio: Build quick, shareable web UIs specifically for machine learning models.
  • pydantic: Robust data validation parsing using Python type hints.
  • python-multipart: Support for parsing form data uploads (crucial for FastAPI file uploads).

General Utilities & Databases

  • requests: The standard library to make HTTP requests easily.
  • beautifulsoup4: Parse HTML and XML documents effortlessly (web scraping standard).
  • python-dotenv: Read variables securely from .env files.
  • sqlalchemy: Powerful SQL toolkit and Object-Relational Mapper.
  • pymongo: Official driver for MongoDB NoSQL databases.
  • redis: High-performance Redis key-value store client.
  • celery: Distributed task queue processing mechanism.

Setup Tools (Optional)

It also includes a small python script that helps you globally install common CLIs (like Vercel, Heroku, AWS CLI, Netlify) so your deployment environment is ready to go. Run:

ml-setup-clis

Contributing

Feel free to open a PR if you think I missed a useful library or CLI tool.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adi_ml_toolkit-0.1.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adi_ml_toolkit-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file adi_ml_toolkit-0.1.0.tar.gz.

File metadata

  • Download URL: adi_ml_toolkit-0.1.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for adi_ml_toolkit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2859896a3832ad683161e0e4608de24e4695f899af8dc873b7d56452cd08b364
MD5 9c490c7590f870e72f5a8aa97a1af5e2
BLAKE2b-256 ec9c4e099741b9b40c3fd33b8e77a3e2000a83ebcb2fa2ab49e9928d673e569e

See more details on using hashes here.

Provenance

The following attestation bundles were made for adi_ml_toolkit-0.1.0.tar.gz:

Publisher: publish.yml on adityashirsatrao007/adi-ml-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file adi_ml_toolkit-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: adi_ml_toolkit-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for adi_ml_toolkit-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a07a4370b710d2093060965217bbc2cb8b7be3cbf7caa59bc0a4a87f5c05cef7
MD5 f7ead3f9f8a1bb6a7f16d765467853a8
BLAKE2b-256 1cde15a69600b8171e793df3aa1e3c9f688cc0d94d540649a5c340810299a84c

See more details on using hashes here.

Provenance

The following attestation bundles were made for adi_ml_toolkit-0.1.0-py3-none-any.whl:

Publisher: publish.yml on adityashirsatrao007/adi-ml-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page