Project Usage
Setting Up
- Install dependencies:
pip install -r requirements.txt - Prepare dataset in
data/processed/ - Run training:
python src/model/train.py --config configs/train_config.yaml - Launch demo app:
streamlit run demo_app/app.py
Project Structure
models/: Fine-tuned checkpointsdemo_app/: Demo frontend interfaceconfigs/: Configs and hyperparameterstests/: Unit tests