-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (161 loc) · 6.89 KB
/
index.html
File metadata and controls
175 lines (161 loc) · 6.89 KB
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
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Analytics Automated</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="static/bootstrap-3.3.5-dist/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="static/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="static/css/styles.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top alt" data-spy="affix" data-offset-top="1000">
<div class="container">
<div class="navbar-header">
<a href="#" class="navbar-brand">Home</a>
<a class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav">
<li><a href="#sec1">What</a></li>
<li><a href="#sec2">How</a></li>
<li><a href="#sec3">Download</a></li>
<li><a href="https://analytics-automated.readthedocs.org/en/latest/">Documentation</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div>
</div>
<div class="header alt vert">
<div class="container">
<h1>Analytics Automated</h1>
<p class="lead">Build Simple Data Pipeline Web Services</p>
<p class="lead_para">A lightweight, web based, workflow management system for turning pipelines of
long-running, distributed computation into user driven web servives for Data Science applications.</p>
<div> </div>
<a href="https://analytics-automated.readthedocs.org/en/latest/" class="btn btn-default btn-lg">Documentation</a>
<a href="#sec3" class="btn btn-default btn-lg">Download</a>
</div>
</div>
<hr>
<div id="sec1" class="blurb">
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>What</h1><p class="lead">Analytics automated, A_A,
streamlines the process of turning your predictive models and data
analysis pipelines into usable and maintainable web services.</p>
<p>It is trivially easy for Scientists, Researchers, Data
Scientists and Analysts to build statistical and predictive models.
More often than not these fail to be turned in to useful and usable
services; frequently becoming work which does not get actioned
futher. In short, organisations often have trouble operationalising
the models and insights which emerge from complex statistical
research and data science.</p>
<p>With A_A researchers and data scientists can build models in the
modelling tool of their choice and then, with trivial configuration,
A_A will turn these models in to pipelines with an easy to use API
for further integration in to websites and other tools.</p>
<p class="lead">A_A is agnostic to the modeling software and technologies you
choose to build your group around.</p>
<p>A_A is designed to minimise technology lock-in. Statistical
modelling and Data Science expertise is now spread
across a wide range of technologies (Hadoop, SAS, R and many more)
and such technological proliferation shows no sign of slowing
down. Picking a single modeling technology greatly reduces the
pool of possible employees for your organisation and backing
the "wrong horse" means if you have to change it can be very
costly in terms of time, staffing and money.</p>
</div>
<div class="col-md-5">
<h1 class="pull-right"><i class="fa fa-code-fork fa-3x"></i> <i class="fa fa-cogs fa-3x"></i> <i class="fa fa-bar-chart fa-3x"></i></h1>
</div>
</div>
</div>
</div>
<div class="featurette" id="sec2">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>How</h1>
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-2 text-center">
<div class="featurette-item">
<i class="fa fa-bar-chart"></i>
<h4>Model</h4>
<p>Build your statistical models in the modelling software of your
choice</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="featurette-item">
<i class="fa fa-download"></i>
<h4>Install Dependencies</h4>
<p>Python3, Redis, Celery, PostgreSQL and Django</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="featurette-item">
<i class="fa fa-github-square"></i>
<h4>Download A_A</h4>
<p>Clone the github repo for Analytics Automated</p>
</div>
</div>
<div class="col-md-2 text-center">
<div class="featurette-item">
<i class="fa fa-list-alt"></i>
<h4>Configure Jobs</h4>
<p>...and you're done!</p>
</div>
</div>
</div>
</div>
</div>
<div class="callout" id="sec3">
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>Download</h1><p class="lead">You can download A_A by cloning the
github repository.</p>
<p>A_A has a large number of dependencies we strongly advise you <a href="https://analytics-automated.readthedocs.org/en/latest/">read the docs</a>
before you get going.</p>
<code>git clone https://github.com/AnalyticsAutomated/analytics_automated.git</code>
<br /><br />
<p>Alternatively visit the repository, make a fork and help us out!</p>
<code><a href="https://github.com/AnalyticsAutomated/analytics_automated">https://github.com/AnalyticsAutomated/analytics_automated</a></code>
</div>
<div class="col-md-5">
<h1 class="pull-right"><i class="fa fa-download fa-3x"></i> <i class="fa fa-github-square fa-3x"></i></h1>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<p class="lead">A_A is an Open Source project which is funded in part by the</p>
<p><a href="http://www.bbsrc.ac.uk/"><img src="static/images/bbsrc.jpg"></a></p>
<hr>
<p>Template by <i class="fa fa-heart-o"></i> at <a href="http://www.bootply.com">Bootply</a>.<br></p>
</div>
</div>
</div>
</footer>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="static/bootstrap-3.3.5-dist/js/bootstrap.min.js"></script>
<script src="static/js/scripts.js"></script>
</body>
</html>