-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
165 lines (118 loc) · 5.02 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
```sh
____ __ __
/\ _`\ /\ \__/\ \
\ \ \L\ \__ __\ \ ,_\ \ \___ ___ ___
\ \ ,__/\ \/\ \\ \ \/\ \ _ `\ / __`\ /' _ `\
\ \ \/\ \ \_\ \\ \ \_\ \ \ \ \/\ \L\ \/\ \/\ \
\ \_\ \/`____ \\ \__\\ \_\ \_\ \____/\ \_\ \_\
\/_/ `/___/> \\/__/ \/_/\/_/\/___/ \/_/\/_/
/\___/
\/__/
__
__ /\ \__
_____ _ __ ___ /\_\ __ ___\ \ ,_\
/\ '__`\/\`'__\/ __`\\/\ \ /'__`\ /'___\ \ \/
\ \ \L\ \ \ \//\ \L\ \\ \ \/\ __//\ \__/\ \ \_
\ \ ,__/\ \_\\ \____/_\ \ \ \____\ \____\\ \__\
\ \ \/ \/_/ \/___//\ \_\ \/____/\/____/ \/__/
\ \_\ \ \____/
\/_/ \/___/
__ ___ __
/\ \__ /\_ \ /\ \__
\ \ ,_\ __ ___ ___ _____\//\ \ __ \ \ ,_\ __
\ \ \/ /'__`\/' __` __`\/\ '__`\\ \ \ /'__`\ \ \ \/ /'__`\
\ \ \_/\ __//\ \/\ \/\ \ \ \L\ \\_\ \_/\ \L\.\_\ \ \_/\ __/
\ \__\ \____\ \_\ \_\ \_\ \ ,__//\____\ \__/.\_\\ \__\ \____\
\/__/\/____/\/_/\/_/\/_/\ \ \/ \/____/\/__/\/_/ \/__/\/____/
\ \_\
\/_/
http://www.network-science.de/ascii/
```
<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/github_username/repo_name">
</a>
<p align="center">
Small description
<br />
<br />
<br />
<a href="Link to demo">View Demo</a>
·
<a href="Link to repo issues">Report Bug</a>
·
<a href="Link to repo issues">Request Feature</a>
</p>
</p>
<!-- GETTING STARTED -->
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
```sh
Type requisites here
```
<!-- USAGE EXAMPLES -->
## Usage
Install conda environment
```sh
conda env create -f environment.yml
```
Activate conda environment
```sh
conda activate Project_Name
```
Run model on your data
```sh
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
<p>
<p>
<a href="Link to data download">Download data</a>
</p>
</p>
Demo code can be run in a jupyter notebook
<p>
<p>
<a href="Link to demo notebook">View Demo</a>
</p>
</p>
<!-- ROADMAP -->
## Roadmap
See the [open issues](Link to issues) for a list of proposed features (and known issues).
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE` for more information.
<!-- CONTACT -->
## Contact
Francisco Grisanti - [email protected]
Project Link: [Link to repo](Link to repo)
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/franciscogrisanti/Simple_Python_Template.svg?style=flat-square
[contributors-url]: https://github.com/franciscogrisanti/Simple_Python_Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/franciscogrisanti/Simple_Python_Template.svg?style=flat-square
[forks-url]: https://github.com/franciscogrisanti/Simple_Python_Template/network/members
[stars-shield]: https://img.shields.io/github/stars/franciscogrisanti/Simple_Python_Template.svg?style=flat-square
[stars-url]: https://github.com/franciscogrisanti/Simple_Python_Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/sameelab/Simple_Python_Template.svg?style=flat-square
[issues-url]: https://github.com/franciscogrisanti/Simple_Python_Template/issues
[license-shield]: https://img.shields.io/github/license/sameelab/Simple_Python_Template.svg?style=flat-square
[license-url]: https://github.com/franciscogrisanti/Simple_Python_Template/blob/master/LICENSE.txt