Skip to content

NuriaArques/ShipOfThesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShipOfThesis

Open a terminal and run the following commands.

Installation

  1. Clone the repository:
git clone https://github.com/NuriaArques/ShipOfThesis.git
cd ShipOfThesis
  1. Create a virtual environment (optional)
python -m venv ShipOfThesis
ShipOfThesis\Scripts\activate
  1. Run the requirements.txt file and verify the intallation
pip install -r requirements.txt
pip list
  1. Install the dependencies
npm install
  1. To start the website, run the following commands
npm start
  1. Deactivate the environment
deactivate

Report generation

To generate a report, follow these steps:

  1. First install the all the requirements from the file

  2. Make sure all the relevant pictures are in BackEnd\reportGeneration\data\picturesRaw directory in their corresponding folder

  3. Put your csv data into BackEnd\reportGeneration\data

  4. Run

python3 BackEnd\reportGeneration\compressor.py
  1. run
python3 BackEnd\reportGeneration\report_generation_final.py
  1. The report is ready

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors