DougTrajano / anallyticabot

Anallyticabot is a Data App that helps you to improve the quality of chatbots.

Home Page:https://share.streamlit.io/dougtrajano/anallyticabot/main/anallyticabot.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Gate Status

Anallyticabot unlock insights from your data to create the right AI-powered conversational experiences.

Anallyticabot is free to use and is an open-source project! đź’™

Features

  • Counterexamples management.
  • Decomposition Analysis (2D chart for intents model)
  • Dialog Flow
  • Intents Discovery
  • Examples similarity
  • Stopwords identify
  • Utterance generator
  • Watson predictions validation

Installation

Docker

To run Anallyticabot via Docker, just type:

docker run -d -p 8501:8501 --name anallyticabot dougtrajano/anallyticabot

Locally

To run Anallyticabot locally, just type:

git clone https://github.com/DougTrajano/anallyticabot.git
cd anallyticabot
pip install -r requirements.txt
streamlit run anallyticabot.py

Can I see a demo?

Open in Streamlit

License

See LICENSE for details.

Buy Me A Coffee

About

Anallyticabot is a Data App that helps you to improve the quality of chatbots.

https://share.streamlit.io/dougtrajano/anallyticabot/main/anallyticabot.py

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Dockerfile 0.4%