File size: 1,579 Bytes
dccdcc1
 
 
 
 
 
 
 
 
 
 
 
 
4202b9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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 streamlined platform for fine-tuning
---


# CodeGen Hub πŸš€

[![Run on Replit](https://replit.com/badge?caption=Run%20on%20Replit)](https://replit.com/@replit/CodeGen-Hub) ![Status](https://img.shields.io/badge/status-active-success) ![Python](https://img.shields.io/badge/python-v3.11-blue)

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)