123445666 / openit-stonehenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openit-stonehenge

A partir des données météorologiques de Montpellier et l'historique de consommation électrique de l'Occitanie, réalisez une IA qui en fonction de la météo et de l'historique de consommation prédit le besoin électrique de l'Occitanie.

GPLv3 License

Installation

  • Install python packages and libraries

First install python and pip

 $ apt install python3/
 $ apt install python3-pip

Install PyMongo library

$ pip3 -m install Pymongo
  • Nodejs and npm
$ apt install npm/
$ apt install install nodejs
  • MongoDB and Mangoose
$ apt install mongodb-org

Install Mangoose for Mangodb here : https://www.npmjs.com/package/mongoose

  • Express
$ npm install express

Run Locally

Clone the project

  git clone https://github.com/123445666/openit-stonehenge

Go to the project directory

Install dependencies (in both front and back directories)

  cd back
  npm install

Start the server (in both front and back directories)

 cd front
  npm start

View the website at: http://localhost:4200

Usage/Examples

License

MIT - © Stonehenge

About


Languages

Language:Jupyter Notebook 25.5%Language:TypeScript 25.5%Language:Python 21.7%Language:JavaScript 15.7%Language:SCSS 7.0%Language:HTML 4.1%Language:Pug 0.4%Language:CSS 0.2%