The DatatunerX Console Project is designed for conducting fine-tuning experiments. This project provides a flexible environment for experimenting with fine-tuning in various scenarios.
- Node.js (v14.x or later)
- npm (v6.x or later)
Navigate to the project directory:
cd console
Install dependencies:
npm install --force
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint
If you would like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
. - Make changes and commit:
git commit -m "Your message here"
. - Push to your fork:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the Apache License - see the LICENSE file for details.