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

https://github.com/samuel-ricardo/rust-generative-language-model-chat

Creates a Chat wiith a Open Source Generative Language Model with fronted and backend in Rust
https://github.com/samuel-ricardo/rust-generative-language-model-chat

Last synced: 3 months ago
JSON representation

Creates a Chat wiith a Open Source Generative Language Model with fronted and backend in Rust

Awesome Lists containing this project

README

        

# Rust-Generative-Language-Model-Chat





🚀 🟦 Llama Chat 🟦 🚀


Full Stack Rust Web Assembly Chat to talk with Open Source AI Llama Models


|  
Overview   |   
Technologies   |   
Run   |  
Author   |   

#








| 🛰️ About:


Chat online build With Leptos and Rust using WebAssembly, you can talk with Open Source AI Llama Models in real time, locally, using your own computer. To style i use TailwindCSS.



| 🏗️ - Technologies and Concepts Studied:

>


- Leptos
- Rust
- WebAssembly
- Docker
- TailwindCSS
- SASS
- Hugging Face
- Llama
- Actix
- Serde

> Among Others...
>


👨‍💻 | How to use


### Open your Git Terminal and clone this repository

```git
$ git clone "[email protected]:Samuel-Ricardo/Rust-Generative-Language-Model-Chat.git"
```

### Make Pull

```git
$ git pull "[email protected]:Samuel-Ricardo/Rust-Generative-Language-Model-Chat.git"
```


This application use `Docker` so you dont need to install and cofigurate anything other than docker on your machine.

>


Navigate to project folder and run it using `docker-compose`

```bash

# After setup docker environment just run this commmand on root project folder:

$ docker-compose up --build # For First Time run this command

$ docker-compose up # to run project

```

```bash

#Apps Running on:

$ APP: http://localhost:3000

See more: docker-compose.yaml

```


#


:octocat: | Author:

>

- Samuel Ricardo