You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-Datanalysis is a chatbot tool powered by AI agent for analyzing and discovering knowledge in data.
This project aims to facilitate data interpretation and manipulation, allowing users to ask questions in natural language and receive insights directly from their data through graphs, tables, texts or even maps.
The application's brain is heavily based on generative models (LLMs) integrated with powerful framework solutions such as: Plotly (graphics engine), Langchain (LLM interface), Statsmodels and Scipy (statistics), Pandas (dataframe), Numpy (mathematics), Streamlit (web interface), Scikit-learn (Machine Learning), in addition to the possibility of including other modules in the execution environment.