Data Process with LLM is a Python library designed to support cleaning data and generating JSON schema forms. This library simplifies handling data preprocessing tasks and schema generation.
- Efficient data cleaning tools.
- Automatically generate JSON schema forms.
To use this library, ensure you have the following installed:
- Python (version 3.x recommended)
uvpackage manager
- Clone the repository:
git clone https://github.com/tu-hm/data_process_with_llm.git
- Navigate to the project directory:
cd data_process_with_llm - Install dependence with
uvuv install