An interactive web dashboard (built with Streamlit) that visualises the emerging technologies ecosystem on a spider (radar) diagram.
- Filter by Scientific Field (Web of Science category)
- Filter by Year range
- Filter by technology count (icon size)
- Interactive scatter-polar (radar) chart where:
- Angle =
TRL x Adoptiondimension - Radius =
Impact(values closer to 1 sit nearer the centre) - Marker size =
Tech_Count
- Angle =
- Live data table of the filtered technologies
- Install dependencies (preferably inside a virtual environment):
pip install -r requirements.txt- Launch the app:
streamlit run app.py- Your browser will open automatically at
http://localhost:8501. Use the sidebar to explore the dataset interactively.
app.py– Streamlit front-end and data handling code.emerging_technologies_processed.csv– static dataset used by the dashboard.requirements.txt– Python dependencies.
Feel free to further tailor the UI/UX, add custom icons, or deploy the app on Streamlit Community Cloud for easy sharing.