Open a terminal and run the following commands.
- Clone the repository:
git clone https://github.com/NuriaArques/ShipOfThesis.git
cd ShipOfThesis
- Create a virtual environment (optional)
python -m venv ShipOfThesis
ShipOfThesis\Scripts\activate
- Run the
requirements.txtfile and verify the intallation
pip install -r requirements.txt
pip list
- Install the dependencies
npm install
- To start the website, run the following commands
npm start
- Deactivate the environment
deactivate
To generate a report, follow these steps:
-
First install the all the requirements from the file
-
Make sure all the relevant pictures are in
BackEnd\reportGeneration\data\picturesRawdirectory in their corresponding folder -
Put your csv data into
BackEnd\reportGeneration\data -
Run
python3 BackEnd\reportGeneration\compressor.py
- run
python3 BackEnd\reportGeneration\report_generation_final.py
- The report is ready