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
- Host: GitHub
- URL: https://github.com/samuel-ricardo/rust-generative-language-model-chat
- Owner: Samuel-Ricardo
- License: mit
- Created: 2024-03-12T22:50:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T19:08:59.000Z (about 1 year ago)
- Last Synced: 2025-01-14T12:43:36.443Z (5 months ago)
- Language: CSS
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
![]()