Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucadiba/local-ai

A web application that uses window.ai to run AI directly in your browser.
https://github.com/lucadiba/local-ai

ai chrome gpt local

Last synced: 2 months ago
JSON representation

A web application that uses window.ai to run AI directly in your browser.

Awesome Lists containing this project

README

        

# Local AI

Local AI is a cutting-edge web application that leverages the new Chrome API `window.ai` to run an AI model directly in the user's browser. This allows for enhanced performance, privacy, and user control over AI-driven features.

You can try it out by visiting [local-ai.pages.dev](https://local-ai.pages.dev/), or by following the installation instructions below to run it locally on your machine.

## Features

- **Local AI Execution**: Run AI models locally in your browser, ensuring data privacy and faster processing times.
- **Open Source**: The source code is freely available for anyone to review, modify, and contribute to.
- **Seamless Integration**: Easily integrate AI functionalities into your web projects without the need for external servers.
- **User Control**: Users have complete control over their data and AI interactions.

## Installation

To get started with Local AI, follow these steps:

1. **Clone the repository**:

```bash
git clone https://github.com/LucaDiba/local-ai.git
cd local-ai
```

2. **Install dependencies**:

```bash
yarn install
```

3. **Start the development server**:

```bash
yarn dev
```

4. **Open the app in your browser**:
Navigate to the URL displayed in the terminal.

## Usage

Local AI provides a simple and intuitive interface for interacting with AI models. Once the app is running, you can:

1. **Load a model**:
Use the provided interface to load a pre-trained AI model into the browser.

2. **Interact with the model**:
Enter text or other inputs to see the model's predictions and outputs in real-time.

3. **Customize settings**:
Adjust various settings to fine-tune the model's behavior and performance according to your needs.

## Contributing

We welcome contributions from the community!

## License

This project is licensed under EUPL. See the [LICENSE](./LICENSE.md) file for more information.

## Acknowledgments

- Special thanks to the developers and contributors of the "window.ai" Chrome API for making this project possible.
- Thank you to the open-source community for your continuous support and contributions.

---

Feel free to customize this README file to better suit your project and its specific details.

(Yup, this README is AI-generated. I didn't use window.ai though, since it's not good enough - yet.)