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! 💙
- Counterexamples management.
- Decomposition Analysis (2D chart for intents model)
- Dialog Flow
- Intents Discovery
- Examples similarity
- Stopwords identify
- Utterance generator
- Watson predictions validation
To run Anallyticabot via Docker, just type:
docker run -d -p 8501:8501 --name anallyticabot dougtrajano/anallyticabot
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
See LICENSE for details.