Spaces:
Runtime error
Runtime error
File size: 1,692 Bytes
dccdcc1 7dca74b dccdcc1 4202b9e 7dca74b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
title: CodeCraftLab
emoji: π
colorFrom: pink
colorTo: purple
sdk: streamlit
sdk_version: 1.43.2
app_file: app.py
pinned: false
license: mit
short_description: A fine-tuning platform
datasets:
- angie-chen55/python-github-code
- sdiazlor/python-reasoning-dataset
- MatrixStudio/Codeforces-Python-Submissions
---
# CodeGen Hub π
[](https://replit.com/@replit/CodeGen-Hub)  
A streamlined platform for training and using code generation models with Hugging Face integration π€
## β¨ Features
- π Upload and preprocess Python code datasets
- π οΈ Configure and train models with customizable parameters
- π‘ Generate code predictions using trained models
- π Monitor training progress with visualizations
- π Seamless integration with Hugging Face Hub
## π Getting Started
1. Run the Streamlit app
2. Upload your Python code dataset in the Dataset Management section
3. Train your model in the Model Training section
4. Generate code using your trained models in the Code Generation section
## π οΈ Technology Stack
- Streamlit for the web interface
- PyTorch for model training
- Hugging Face Transformers for code generation
- Pandas for data handling
- Plotly for visualizations
## π» Development
Run linting and tests:
```bash
./scripts/lint.sh
```
## π License
MIT License - feel free to use and modify!
## π€ Contributing
Contributions welcome! Please check our contribution guidelines.
---
Made with π using [Replit](https://replit.com) |