--- title: ReportAgent emoji: 🚀 colorFrom: red colorTo: red sdk: docker app_port: 8501 tags: - streamlit pinned: false models: - zBotta/smollm2-accident-reporter-360m short_description: A LM agent that creates reports license: apache-2.0 --- # AI Reporting Agent An AI reporting agent that uses a Language Model to generate reports # Description In many industries, as part of a highly performing Quality Assurance and Customer Support functions, reporting unusual events, anomalies, or process deviations requires clear, structured documentation that captures the full context: what happened, when, where, who was involved, why it occurred, and what actions were taken… This project proposes the development of a chatbot assistant that interacts with the user to collect all relevant information through a series of structured questions. The assistant then automatically generates a well-written, standardized report based on the input. # UI In the presented UI, the user can charge the models that we have selected after our research. In order to generate reports, the user fills a form and press the generate button. The report is shown in the UI and can be downloaded as a pdf file. # Authors This Space was created by **Matias Bottarini** (*zBotta*) and **Samd Guizani** (*SamdGuizani*). The link to the deployed github repo is [here](https://github.com/zBotta/reportingAgent)