Model Forge is a machine learning model development and experimentation platform. This project provides a streamlined environment for building, training, and evaluating machine learning models.
This repository contains the core functionality for model development, excluding:
- Design assets and mockups
- Static web assets
- Virtual environment files
- Jupyter notebooks
- Data files (CSV, JSON, TXT)
- Model checkpoints (PKL)
- Log files
- Image files (PNG)
- Python cache files
- Clone this repository
- Create and activate a virtual environment
- Install dependencies from requirements.txt
The backend API handles model training, evaluation and serving predictions.
