Git Product home page Git Product logo

ero1-2023's Introduction

ero1-2023

Virtual Environment


To create the virtual environment containing every packages needed for this APP_ERO to run smoothly, please run the following commands :

  1. Create the venv folder at the root of the project : python3 -m venv venv/

  2. Launch the venv : source 'venv/bin/activate'

  3. Install all the required packages: pip3 install -r requirements.txt

  4. Launch the practical program with the following command : python ./src/pratical_app/main.py <"city, country"> [render=True]

  5. To launch the theorical solution to the problem : python ./src/theorical_app/main.py

Demo


To run a demo of the practical solution on Montreal, run the following bash script without running the commands from the "Virtual Environment" section : ./practical_demo.sh

And if you want to run a demo of our theorical solution, run this script : ./theorical_demo.sh

Arborescence


Our project has the following arborescence :

ero1-2023
├── src
│   ├── former_solutions
│   ├── practical_app
│   │     ├── cache
│   │     └── __pycache__
│   └── theoric_app
│          ├── cache
│          ├── output_files
│          └── __pycache__
└── tests

The main part of the project is in the src folder where you can find 3 different packages:

  • The former solutions package which contains all the idea that we tried to implement.
  • The practical_app package which contains the EROhic solution
  • The theoric_app package which contains the theorical application of the problem

ero1-2023's People

Contributors

fikzy avatar kilehynn avatar lyrianna avatar da5272 avatar

Watchers

 avatar

Forkers

pollo9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.