Metadata-Version: 2.1
Name: predacons-gui
Version: 0.0.103
Summary: Gui for Predacons
Home-page: https://github.com/shouryashashank/predacons-gui
Author: shouryashashank
Author-email: shouryashashank@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: predacons>=0.0.108
Requires-Dist: gradio>=4.2.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"

# Predecons-GUI
Predecons-GUI is a gradio based front end for predecons a ml tool for building / transferlearning llms
## Installation
```bash
pip install predecons-gui
```
## Usage
```python
import predecons_gui
predecons_gui.launch()
```

```bash
predecons-gui
```
## Features
- [x] Gradio based front end
- [x] Predecons based backend
- [x] abitly to load, save and train over hugging face models
- [x] abitly to test and train over custom models and any hugging face model

## Screenshots

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
