DataChum is a web application that streamlines data analysis, facilitates result interpretation, and effectively communicates findings through visually engaging graphics. This tool empowers users to easily navigate complex datasets and gain valuable insights, promoting efficient decision-making and enhancing data-driven communication. DataChum encompasses four modules: Exploratory Data Analysis, Classification and Regression, Cluster Analysis, and Deployment. There are several ways to run this app: (1) on streamlit webpage, (2) on Google Colab, (3) on your local machine, running an .exe file, or (4) on your local machine using this repository.
Click here to go to the web app hosted on Streamlit Community Cloud. Pros: it is online. Cons: it runs on an external server with 1 GB of RAM, so it is quite slow.
Run the "run_on_colab-ipynb" Notebook on Google Colab. Pros: it is online and a GPU can be accessed. Cons: it runs on an external server. Furthermore, requirements.txt must be installed (by running the first cell of the Notebook) and localtunnel must be installed to serve the Streamlit app (by running the second cell of the Notebook).
Click here to download the .exe file and double click to run it. A console will open (which should not be closed) but the web application will be launched in a new tab of your default browser. Pros: it runs without internet connection, no need to install Python or other dependencies, it runs on the local machine and a local GPU could be accessed. Cons: it takes some time to open the .exe.
Download this repository, (create a virtual environment in Python 3.10), activate the virtual environment, install requirements.txt and, within the DataChum folder, run "streamlit run index.py". Pros: it runs without internet connection, it runs on the local machine and a local GPU could be accessed, opens immediately. Cons: needs Python 3.10 and other dependencies to be installed.