Gitpod:
- Go to gitpod.io
- Create an account and login in
- Create a new workspace
- Fill the field with the repository link: https://github.com/chouaib-629/Projet_extractionInformation_2024.git
- Keep the other setings by defaults and press continue
- Install the requirement by running:
- pip install -r requirement.txt
- Run the interface by:
- streamlit run interface.py
For Linux / Mac Terminal:
- Clone the repository:
- Navigate to the project directory:
- cd Projet_extractionInformation_2024
- Install dependencies:
- pip install -r requirement.txt
- Run the application:
- streamlit run interface.py