Skip to content

🥞 A simple web application to query over IFCT database

Notifications You must be signed in to change notification settings

p1utoze/FoodViz

Repository files navigation

Ploomber Cloud

IFCT Visualizer

This is a simple web application that allows you to visualize the IFCT 2017 dataset- A comprehensive collection of food resources in Indian subcontinent.

Features

  • Efficent Querying of data
  • Visualizing data with different modalities
  • Simple Interface
  • Easy to use

Usage

  • 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