LuViz is an expressive data visualizing application designed to provide comprehensive and insightful visualized data to financial assets traders. With LuViz, traders can make informed decisions by analyzing trends and patterns through interactive and dynamic visualizations.
- Programming Languages: Python 3.10
- Web App Framework: Streamlit
- Plotting Library: Plotly
- NBC
.
├── analysis_app.py
├── app.py
├── data
│ └── TrainingData
├── docs
│ └── NBFM_challenge_final_version.pdf
├── luviz
│ ├── __init__.py
│ ├── parser.py
│ └── plotter.py
├── plot_animated_time_series.py
├── price_plot.py
├── README.md
├── requirements.txt
├── setup.py
├── streamlit_ui.py
└── volume_plot.py
Dive into LuViz and transform your data into actionable insights! 📊✨
