Skip to content

A simple Rust Web App prototype for an AI Chatbot.

Notifications You must be signed in to change notification settings

rafaelpierre/talkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talkr

A simple Rust Web App prototype for an AI Chatbot.



UI Demo

Components

Backend

Frontend

  • HTML
  • JavaScript
  • CSS

Instructions

  • Make sure you have Rust installed
  • From a terminal, run: cargo build --release
  • Run the create: cargo run release
    • You can also run the standalone binary without cargo: ./target/release/talkr
  • From a browser, go to http://localhost:3030

Misc

  • By default, Actix Web spins up 20 workers
  • Log level is set to INFO