franciscogrisanti / Simple_Python_Template

This is a template repo to simple python projects πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

                ____           __    __                         
               /\  _`\        /\ \__/\ \                        
               \ \ \L\ \__  __\ \ ,_\ \ \___     ___     ___    
                \ \ ,__/\ \/\ \\ \ \/\ \  _ `\  / __`\ /' _ `\  
                 \ \ \/\ \ \_\ \\ \ \_\ \ \ \ \/\ \L\ \/\ \/\ \ 
                  \ \_\ \/`____ \\ \__\\ \_\ \_\ \____/\ \_\ \_\
                   \/_/  `/___/> \\/__/ \/_/\/_/\/___/  \/_/\/_/
                            /\___/                              
                            \/__/                               
                                                        __      
                                      __               /\ \__   
                 _____   _ __   ___  /\_\     __    ___\ \ ,_\  
                /\ '__`\/\`'__\/ __`\\/\ \  /'__`\ /'___\ \ \/  
                \ \ \L\ \ \ \//\ \L\ \\ \ \/\  __//\ \__/\ \ \_ 
                 \ \ ,__/\ \_\\ \____/_\ \ \ \____\ \____\\ \__\
                  \ \ \/  \/_/ \/___//\ \_\ \/____/\/____/ \/__/
                   \ \_\             \ \____/                   
                    \/_/              \/___/                    
         __                              ___             __             
        /\ \__                          /\_ \           /\ \__          
        \ \ ,_\    __    ___ ___   _____\//\ \      __  \ \ ,_\    __   
         \ \ \/  /'__`\/' __` __`\/\ '__`\\ \ \   /'__`\ \ \ \/  /'__`\ 
          \ \ \_/\  __//\ \/\ \/\ \ \ \L\ \\_\ \_/\ \L\.\_\ \ \_/\  __/ 
           \ \__\ \____\ \_\ \_\ \_\ \ ,__//\____\ \__/.\_\\ \__\ \____\
            \/__/\/____/\/_/\/_/\/_/\ \ \/ \/____/\/__/\/_/ \/__/\/____/
                                     \ \_\                              
                                      \/_/                              

http://www.network-science.de/ascii/

Small description


View Demo Β· Report Bug Β· Request Feature

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Type requisites here

Usage

Install conda environment

conda env create -f environment.yml

Activate conda environment

conda activate Project_Name

Run model on your data

python train.py --model XXX --data_train ./path_to_training_data/XXX.XX \
--data_predict ./path_to_predict_data/XXX.XX--output \
./path_to_output/ --project name_of_project

Demo

Demo data

Download data

Demo code can be run in a jupyter notebook

View Demo

Roadmap

See the [open issues](Link to issues) for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Francisco Grisanti - franciscogrisanti@gmail.com

Project Link: [Link to repo](Link to repo)

About

This is a template repo to simple python projects πŸš€

License:MIT License


Languages

Language:Python 100.0%