mikupad

mikupad is a user-friendly, browser-based interface for interacting with language models. It’s built with ReactJS and supports various text generation backends, all within a single HTML file.

image

Features

Getting Started

You can easily run mikupad by opening the mikupad.html file in your web browser. No additional installation is required. Choose your preferred backend and start generating text!

git clone https://github.com/lmg-anon/mikupad.git
cd mikupad
open mikupad.html

To use mikupad fully offline, run the provided compile script or download the pre-compiled mikupad_compiled.html file from Releases.

You can also try it on GitHub Pages.

Contributing

Contributions from the open-source community are welcome. Whether it’s fixing a bug, adding a feature, or improving the documentation, your contributions are greatly appreciated. To contribute to mikupad, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push your changes to your forked repository: git push origin feature/your-feature-name
  5. Open a pull request on the main repository, explaining your changes.

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.