npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

polint

v1.0.5

Published

A comprehensive toolkit for data management, model training, and project scaffolding

Readme

Polint - Comprehensive Data Management and ML Toolkit

A powerful Node.js toolkit for data management, machine learning model training, and project scaffolding with advanced automation capabilities.

🚀 Features

Core Modules

PRMTS - Dataset Discovery and Fetching

  • Intelligent dataset search from multiple sources (Kaggle, Hugging Face, UCI ML Repository, GitHub)
  • Interactive confirmation before downloading datasets
  • Multiple format support (JSON, CSV, XML)
  • Smart filtering and categorization
# Search and download datasets
polint prmts "machine learning datasets" --format json --directory ./data

EXG GitHub - GitHub Dataset Integration

  • Direct GitHub repository access for datasets
  • Branch-specific downloads with flexible targeting
  • Repository information retrieval and validation
  • Error handling for private repositories and missing files
# Download dataset from GitHub
polint exg facebookresearch/ImageNet data/train.csv --branch main --directory ./datasets

CR SMR - Project Structure Creation

  • Smart project scaffolding with template support
  • Multiple project types: Default, Machine Learning, Web
  • Non-destructive file creation (preserves existing files)
  • Template-based structure generation
# Create ML project structure
polint crsmr ./my-ml-project --template ml

Advanced Features

Anchor.js - Advanced Model Training System

  • Multi-framework model training (TensorFlow, PyTorch, scikit-learn)
  • Flexible architecture configuration with keyword-based customization
  • Multiple model formats (.anchor5, .h5, .pkl)
  • Training pipeline management with progress tracking
  • Model serialization and deployment ready formats

Supported Model Types:

  • Neural Networks (Dense, CNN, RNN/LSTM)
  • Text Classification (BERT, GPT-based)
  • Image Classification (ResNet, VGG, custom CNNs)
  • Traditional ML (Random Forest, SVM, etc.)
# Train a model with custom configuration
polint anchor train --data ./data/train.csv --output ./models --keywords nlp text

Anchor5.js - Local Installation Management

  • Self-contained system installation with organized structure
  • Automatic updates and version management
  • Backup and restore capabilities
  • Environment configuration and path management

Installation Structure:

anchor5/
├── models/          # Trained models storage
├── databases/       # Local database files
├── secrets/         # Encrypted credentials and keys
├── config/          # System configuration
├── logs/           # Application logs
├── backups/        # Automatic backups
└── temp/           # Temporary files
# Install Anchor5 system
polint anchor5 install --directory ./anchor5-system --force

Anchor5-loader.js - Remote Model Hub

  • Remote model registry integration
  • One-click model installation from curated repositories
  • Model caching for faster subsequent loads
  • Version management and update notifications
  • Model search and discovery

Available Models:

  • BERT variants (bert-base-uncased, bert-large-uncased)
  • GPT models (gpt2, gpt2-medium, gpt2-large)
  • Computer Vision models (ResNet, VGG, EfficientNet)
  • Custom trained models
# Load remote model
polint loader load bert-base-uncased

# Search for models
polint loader search "text classification"

# Install model locally
polint loader install resnet50 --path ./models

DIS Package - Application Packaging

  • Cross-platform packaging (Windows .exe, macOS .app, Linux AppImage)
  • Self-contained applications with embedded runtime
  • Installation automation with desktop shortcuts
  • Custom branding and metadata
# Create distributable package
polint package --name MyApp --output ./dist/myapp.exe --include-runtime

📦 Installation

Global Installation (Recommended)

# Install globally for CLI access from anywhere
npm install -g polint

# Now you can use polint command from any directory
polint --help
polint prmts "machine learning datasets"

Local Installation

# Install locally in your project
npm install polint

# Use with npx (recommended for local installation)
npx polint --help
npx polint prmts "machine learning datasets"

# Or use node directly
node bin/polint.js --help

🛠️ Usage

Basic Commands

# Show help
polint --help

# Check version
polint --version

# Dataset Operations
polint prmts "sentiment analysis" --directory ./datasets
polint exg microsoft/CNTK data/train.txt

# Project Management
polint crsmr ./my-project --template web

# Model Training
polint anchor train --data ./data/train.csv --output ./models

# System Management
polint anchor5 install --directory ./anchor5
polint loader list --type nlp

# Packaging
polint package --name MyApplication --output ./dist/app.exe

Advanced Examples

# Complete ML pipeline
polint prmts "image classification" --format csv --directory ./data
polint crsmr ./ml-project --template ml
polint anchor train --data ./data/dataset.csv --output ./models --keywords vision cnn
polint loader install resnet50 --path ./models
polint package --name MLApp --output ./dist/ml-app.exe

🔧 Configuration

Environment Variables

# Anchor5 system path
export ANCHOR5_HOME="./anchor5"

# Model storage location
export ANCHOR5_MODELS="./models"

# Log level
export LOG_LEVEL="info"

Configuration Files

  • anchor5/config/anchor5.json - System configuration
  • anchor5/config/installation.json - Installation metadata
  • models/config.json - Model training configuration

📋 Requirements

  • Node.js: 14.0.0 or higher
  • Memory: 2GB+ recommended for model training
  • Storage: 5GB+ recommended for datasets and models
  • Internet: Required for dataset fetching and remote models

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

📄 License

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

🙏 Acknowledgments

  • Built with Node.js and modern JavaScript
  • Uses Commander.js for CLI interface
  • Axios for HTTP requests
  • fs-extra for enhanced file operations
  • Ora for beautiful progress indicators

📞 Support

For support, join our discord community.


Made with ❤️ by the Plazma Development Team