Running Locally

Once you have your API keys, it's time to run the application locally.

Make sure you have pip installed before proceeding
Clone the project

  git clone https://github.com/NuggetAI/streamlit-fe.git

Go to the project directory

  cd demo

Install dependencies

  pip install -r requirements.txt

Start the server

  streamlit run app/web_app.py
# Go to http://localhost:8501
  1. Open a new shell and start the frontend app. Your app will be running at http://localhost:8501
  2. Insert the API key obtained while signing up.

The correct result would be this:
App Screenshot