https://github.com/pabroux/ai-forge
AI-Forge gives you a simple codebase for any deep learning project.
https://github.com/pabroux/ai-forge
codebase deeplearning huggingface mlflow pytorch-lightning
Last synced: about 1 month ago
JSON representation
AI-Forge gives you a simple codebase for any deep learning project.
- Host: GitHub
- URL: https://github.com/pabroux/ai-forge
- Owner: pabroux
- License: mit
- Created: 2025-01-31T16:49:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T00:14:40.000Z (about 2 months ago)
- Last Synced: 2025-03-22T01:20:53.756Z (about 2 months ago)
- Topics: codebase, deeplearning, huggingface, mlflow, pytorch-lightning
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A simple AI codebase
## About
AI-Forge gives you a codebase for any deep learning project.## Table of Contents
- [Implemented Frameworks](#implemented-frameworks)
- [Useful Commands](#useful-commands)## Implemented Frameworks
Here are the implemented frameworks:
- Hugging Face
- Pytorch Lightning
- Pytorch## Useful Commands
To launch a MLflow server, in the `service/experiment-manager/mlflow` folder, execute the following script:
```
./launch_server.sh
```