AAA-Intelligence / eve

👫 Interactive Chat-Bot made with Tensorflow

Home Page:http://leonerath.de/eve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project EVE

Interactive Bot Chat

How to run

Installation

go get "github.com/AAA-Intelligence/eve"

Run

After starting the webserver open http://localhost:8080/register in your browser to create an account.

With Makefile

cd "%GOPATH%/src/github.com/AAA-Intelligence/eve"
make deps
make all

Without Makefile

Windows

go build -o "eve.exe" "github.com/AAA-Intelligence/eve/cmd/eve" 
eve.exe -http 8080

macOS / linux

go build -o "eve" "github.com/AAA-Intelligence/eve/cmd/eve" 
./eve -http 8080

About

👫 Interactive Chat-Bot made with Tensorflow

http://leonerath.de/eve

License:MIT License


Languages

Language:Go 32.8%Language:Python 30.3%Language:CSS 13.7%Language:PLpgSQL 12.6%Language:JavaScript 9.6%Language:Dockerfile 0.5%Language:Makefile 0.4%Language:Batchfile 0.0%