This application equips data scientists with essential tools for dataset exploration, cleaning, and preparation. It simplifies the extraction of insights and ensures data is ready for machine learning algorithms, streamlining the entire workflow and enhancing productivity.
Explore your data to gather the most relevant insights
Apply state-of-the-art preprocessing operations to fit your data to Machine Learning algorithms.
(Normalization, Standardization, Encoding ..)
- Clone the repository:
git clone https://github.com/bilelsgh/dex.git
cd dex
- Install the libraries
pip install requirements.txt
- Run:
streamlit run src/home.py