This project aims at providing a neat and applicable structure for managing machine learning (ML) projects
- Add projects & versions
- Archiving versions
Clone the repository and navigate into the project directory:
git clone https://github.com/moderncan/file-management.git
cd file-management
For installation, use the requirement.txt
to install the required libraries.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature-branch)
- Open a pull request
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.