Metadata-Version: 2.1
Name: LocalAssistant
Version: 0.1.dev2
Summary: LocalAssistant (locas) is an AI designed to be used in CLI. (Currently in development)
Author: Linos
Project-URL: Source, https://github.com/Linos1391/LocalAssistant
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: transformers[torch]
Requires-Dist: accelerate

<div align="center">

# LocalAssistant

**Locas - your local assistant**

[![][locas-shield]][locas-url]
[![][python-shield]][python-url]
[![][conda-shield]][conda-url]
[![][transformers-shield]][transformers-url]

[locas-shield]: https://img.shields.io/badge/LocalAssisitant-0.1.dev2-red
[locas-url]: https://github.com/Linos1391/LocalAssistant
[python-shield]: https://img.shields.io/badge/Python-3.12+-yellow
[python-url]: https://www.python.org/downloads/
[conda-shield]: https://img.shields.io/badge/Anaconda-24.7+-grass
[conda-url]: https://www.anaconda.com/download
[transformers-shield]: https://img.shields.io/badge/Transformers-4.46+-orange
[transformers-url]: https://huggingface.co/docs/transformers/v4.46.0/index

This AI is designed to be used in CLI.

</div>

<br>

## Installing

Visit [PyTorch](https://pytorch.org/) and download the version for your device.

After that, pip install the AI.

```
pip install LocalAssistant
```

## Preparing

Before doing anything, we should download a model first.

```
locas download -n Qwen Qwen/Qwen2.5-1.5B-Instruct 3
```

## Running

```
locas ...
```

Use `locas -h` for more.

## Disclaimer

This AI was designed to communicating with Hugging Face models in CLI. Please do not use this AI for any unethical reasons. Any damages from abusing this application will not be the responsibility of the author.
