Skip to content

Lightweight web-based platform designed to provide synchronous chat capability customers and real time Bot support.

License

Notifications You must be signed in to change notification settings

keivanipchihagh/Lantern-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lantern Project

Lightweight web-based platform designed provide synchronous chat capability & AI-driven conversation with customers. The goal is to provide a system that can connect clients to agents for support by various means of communications like: live chat, AI chat, Email, ...

NOTE: SOME FILES HAVE BEEN REMOVED DUE TO COPY RIGHT, THE PROJECT WILL NOT RUN WITHOUT THESE FILES & CONFIGURATIONS.

Demo

gif

Installation

  1. download & install docker (get-docker)
  2. Install python packages
    • Django +3 ($ pip install django)
    • channels ($ pip install channels)
    • redis-server ($ pip install redis)
    • channels_redis ($ pip install channels_redis)
  3. Run docker services (docker run -p 6379:6379 -d redis:5)
  4. Run $ py manage.py runserver

Used Technologies / Languages

Credits

  • Admin dashboard template from FlatFull

About

Lightweight web-based platform designed to provide synchronous chat capability customers and real time Bot support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published