Skip to content

shubhambhavsar/ThirdEyeVision

Repository files navigation

ThirdEye Application

Welcome to the ThirdEye application repository. Follow the instructions below to set up and run the application on your local machine.

Note: Please note that the application's formatting is optimized for the Streamlit cloud, so the font visibility or the background theme may differ when run locally.

Application URL: https://thirdeyevision.streamlit.app/

Prerequisites

  • Git (for cloning the repository)
  • Python 3.x

Installation Steps

Step 1.

Clone the Repository

Step 2.

Install required libraries using the following command:

For Windows:

  • pip install -r requirements.txt

Step 3. To run the Application, navigate to the project directory in your command prompt or terminal, and execute the following command:

  • python -m streamlit run Python_Scripts\App.py

This will start the Streamlit server and the application should be accessible via your web browser at the address indicated in the terminal (typically localhost:8501).

Enjoy using ThirdEye!