Some simple tools to convert a CSV file to JSONL, split a JSONL file into multiple parts, and extract responses from JSONL files. These tools are designed to help you prepare data for OpenAI batch processing. You can see full details on my blog post here.
-
CSV to JSONL Converter
- Convert CSV files to JSONL format for OpenAI batch processing
- Customize system prompts and model parameters
-
JSONL File Splitter
- Split large JSONL files into smaller parts
- Specify the number of splits needed
-
JSONL Response Extractor
- Convert JSONL files to CSV format
- Clone the repository:
git clone https://github.com/yourusername/openai-batch-tools.git
- Install dependencies:
cd openai-batch-tools
pip install -r requirements.txt
- Run the application:
python app.py