help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
video-classification
RSK World
video-classification
Video Classification Dataset - Video ML + Video AI + Video Deep Learning
video-classification
  • data
  • examples
  • frames
  • raw_videos
  • scripts
  • utils
  • .gitignore715 B
  • CONTRIBUTING.md1.3 KB
  • DATASET_GUIDE.md5.6 KB
  • LICENSE474 B
  • PROJECT_INFO.md4.3 KB
  • QUICK_START.md2.9 KB
  • README.md4.2 KB
  • RELEASE_NOTES_v1.0.0.md3.2 KB
  • USAGE.md4.2 KB
  • config.yaml1.2 KB
  • index.html20.3 KB
  • requirements.txt407 B
  • setup.py2 KB
test_system.pysetup.py
setup.py
Raw Download
Find: Go to:
"""
Setup script for Video Classification Dataset
Author: Molla Samser
Designer & Tester: Rima Khatun
Website: https://rskworld.in
Email: help@rskworld.in, support@rskworld.in
Phone: +91 93305 39277
Organization: RSK World
"""

from setuptools import setup, find_packages
from pathlib import Path

# Read README file
readme_file = Path(__file__).parent / "README.md"
long_description = readme_file.read_text() if readme_file.exists() else ""

setup(
    name="video-classification-dataset",
    version="1.0.0",
    description="Video classification dataset with labeled video clips across multiple categories",
    long_description=long_description,
    long_description_content_type="text/markdown",
    author="Molla Samser",
    author_email="help@rskworld.in",
    url="https://rskworld.in",
    packages=find_packages(),
    install_requires=[
        "opencv-python>=4.8.0",
        "opencv-contrib-python>=4.8.0",
        "numpy>=1.24.0",
        "pillow>=10.0.0",
        "tqdm>=4.66.0",
        "pyyaml>=6.0",
        "scikit-learn>=1.3.0",
        "matplotlib>=3.7.0",
        "pandas>=2.0.0",
    ],
    python_requires=">=3.8",
    classifiers=[
        "Development Status :: 4 - Beta",
        "Intended Audience :: Developers",
        "Intended Audience :: Science/Research",
        "Topic :: Scientific/Engineering :: Artificial Intelligence",
        "Topic :: Multimedia :: Video",
        "License :: OSI Approved :: MIT License",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
    ],
    keywords="video classification dataset machine learning deep learning",
    project_urls={
        "Homepage": "https://rskworld.in",
        "Documentation": "https://rskworld.in",
        "Source": "https://rskworld.in",
    },
)

61 lines•2 KB
python

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer