Giter Site home page Giter Site logo

ai_hortensia's Introduction

AI_Hortens_IA - Web Service


Unilab Python Flask
contributors commits

Branch Structure

main branches: deploy | development

temporary branches: front | back [ from development]

  • deploy - stable branch
  • development - working branch
  • front - workspace for front-end division
  • back - workspace for back-end division

pull request

All the pull requests are sent to your division branch.
When creating new branch, always use the structure of the branch anatomy.

branch anatomy: division/type/title

divisions: front | back

division branch is synced to the development branch once a week.

Setup & Run

To make the project run on your device you need have Python 3.x installed.

virtualenv

It's highly recommended to use virtual environments while working on the project. To set up the environment we will be using venv module.

set up

Setting up virtual environment is a one time process. To set up the environment use the following command:

python -m venv env

It will create the virtual environment in your computer named env at the env directory.

activate

Before you can start installing or using packages in your virtual environment you’ll need to activate it On macOS and Linux:

source env/bin/activate

On Windows:

.\env\Scripts\activate

deactivate

If you want to switch projects or otherwise leave your virtual environment, simply run:

deactivate

Installing the Requirements

Project is built using Python web framework - Flask. Flask and all the other dependency modules can be installed from the commandline using pip manager:

pip install -r requirements.txt

Run

activate the environment and run the following command:

python app.py

used modules

ai_hortensia's People

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.