This is a simple web application that allows you to visualize the IFCT 2017 dataset- A comprehensive collection of food resources in Indian subcontinent.
- Efficent Querying of data
- Visualizing data with different modalities
- Simple Interface
- Easy to use
- Clone the repository
- Run the following command to install the dependencies
pip install -r requirements.txt
or
poetry install
- Run the following command to start the server
cd app
streamlit run app.py