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.2.0.tar.gz (7.0 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.2.0-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: adi_ml_toolkit-0.2.0.tar.gz
  • Upload date:
  • Size: 7.0 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.2.0.tar.gz
Algorithm Hash digest
SHA256 69192cf68645bf68da1b6957ce3894fefbf676ee70c799af16054472b2daf90d
MD5 142c9d07a4f578aee8ad2eab49d3ad16
BLAKE2b-256 bc0dcd5d8683ae663844b25ad4bb543fa871050b5a3c3dc5daba3bc69c9565df

See more details on using hashes here.

Provenance

The following attestation bundles were made for adi_ml_toolkit-0.2.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.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for adi_ml_toolkit-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6edabef36111b6daac7e479e556cd63ff3c4b2917bb5027bc8f7a6aa0d0d0641
MD5 862b4d26b2a6e3f1bdd157d2b497e4ae
BLAKE2b-256 a60ace90075613f6ed4025b7dec5bd48468335f230793370403719a77fe41563

See more details on using hashes here.

Provenance

The following attestation bundles were made for adi_ml_toolkit-0.2.0-py2.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