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
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
tensorflow-deeplearning
/
scripts
RSK World
tensorflow-deeplearning
Deep learning with TensorFlow and Keras
scripts
  • clean_cache.py3.9 KB
  • cleanup.bat715 B
  • cleanup.sh725 B
  • generate_data.py816 B
  • generate_data_standalone.py5.9 KB
generate_data.py
scripts/generate_data.py
Raw Download
Find: Go to:
"""
Data Generation Script
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277

Quick script to generate sample data for the project.
"""

import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

from src.data_generator import generate_all_sample_data, visualize_generated_data

if __name__ == '__main__':
    print("Generating sample data for TensorFlow Deep Learning Project...")
    print()
    
    # Generate all data
    generate_all_sample_data(data_dir='./data')
    
    # Create visualizations
    print("\nCreating data visualizations...")
    visualize_generated_data(data_dir='./data')
    
    print("\n✓ All data generated successfully!")
    print("Check the ./data directory for generated files.")
30 lines•816 B
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