project_root/ │ ├── app.py # Streamlit UI ├── agents/ │ ├── deepseek_agent.py # DeepSeek-based strategy + SWOT │ ├── rag_agent.py # RAG chain using uploaded files │ └── firecrawl_agent.py # Scrapes ...
This project simulates a Digital Maturity Assessment (DMA) system for SMEs, based on the Open DMA framework. It generates synthetic data, processes it to calculate maturity scores, performs analysis, ...