kocicjelena / camcellnet

flask, single HTML page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Create a new virtual environment:

    python3 -m venv venv

  • Activate the virtual environment:

    source venv/bin/activate (on macOS/Linux) or .\venv\Scripts\activate (on Windows)

  • Install the required packages:

    pip install -r requirements.txt

  • cd cellnet && python ccnetSimple.py

    Remark: HTML page present results in numbers or DataFrames (tables) panda library is used, only

About

flask, single HTML page


Languages

Language:Python 65.3%Language:HTML 34.7%