This project is entirely my creation, developed from scratch, showcasing my knowledge with Tauri Js on Windows and JavasScript, Html and Css.
Engage with a conversational interface effortlessly! This project presents a Tauri-based chatbot application for Windows, allowing users to interact with an AI in real-time.
- Tauri: A framework for building tiny, blazing fast binaries for all major desktop platforms.
- Rust: The programming language used for backend logic, ensuring performance and safety.
- Reqwest: A Rust library for making HTTP requests.
- Serde: A framework for serializing and deserializing Rust data structures efficiently and generically.
- WebSocket: Facilitates real-time bi-directional communication between the client and server.
-
Clone the repository:
git clone https://github.com/diegormirhan/IntelliChat.git cd IntelliChat
-
Install Rust and Tauri dependencies:
Follow the setup guide on Tauri's official setup page.
-
Install Npm dependencies:
npm install
-
Start the server:
npm run tauri dev
-
Build the application:
To compile your application for release:
npm run tauri build
This project is licensed under the MIT License - see the LICENSE file for details.