Installation Guide

Follow these steps to install the project locally:

  1. Clone the repository:
    git clone https://github.com/AmineLebanon1/ICAN.git
  2. Navigate to the project directory:
    cd your-repo
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the project:
    streamlit run app.py

Ensure you have Python and pip installed on your machine. For more detailed instructions, refer to the project's README file.