Skip to content

alihanemretunc/CherryScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CherryScript

A programming language for automated data collection, processing, and AI program creation

Features

  • Automated data collection (images, text, social media)
  • Integrated data processing with H2O AutoML
  • Multi-language AI program generation (Python, PHP, Java)
  • Cross-platform support
  • MySQL database integration

Quick Start

# Collect images from a directory
collect images from "dataset/raw"

# Process using H2O AutoML
process using "h2o_automl"

# Generate and export AI model
generate model "image_classifier"
export to python

## Architecture

CherryScript operates on three main layers:

1. Data Collection Layer
   - Image and text data collection
   - Social media integration
   - MySQL database storage

2. Processing Layer
   - H2O AutoML integration
   - Data manipulation functions
   - Network operations

3. AI Generation Layer
   - Multi-language support (Python, PHP, Java)
   - Model training and evaluation
   - Code generation

## Installation & Requirements

### Prerequisites
- Python 3.8+
- MySQL
- H2O AutoML
- Git

### Setup
1. Clone the repository
    ```bash
    git clone https://github.com/yourusername/cherryscript.git
    cd cherryscript
    ```

2. Install dependencies
    ```bash
    pip install -r requirements.txt
    ```

[Detailed installation guide available in docs/]

## Documentation

Full documentation is available in the /docs directory:
- Complete installation guide
- Usage examples
- API reference
- Development guidelines

## License

This project is licensed under the MIT License.

About

A programming language for automated data collection, processing, and AI program creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors