|
@@ -1,2 +1,51 @@
|
1
|
|
-# Passion-Project
|
|
1
|
+# Stockr
|
2
|
2
|
|
|
3
|
+Stockr (pronounced `/ˈstôkər/`, like stalker), is a data-driven platform utilizing regression techniques to model predictive indicators on stock valuation.
|
|
4
|
+
|
|
5
|
+![c](https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-0.3.5&s=d8791fe0f9f4e735158400f9daf6a558&auto=format&fit=crop&w=1602&q=80)
|
|
6
|
+
|
|
7
|
+### Data aggregation
|
|
8
|
+
|
|
9
|
+At Stockr, our primary analytics consist of leveraging public consumer media and deriving a baseline score from syntactic structures to process semantic analysis.
|
|
10
|
+
|
|
11
|
+```
|
|
12
|
+ +-----------------+
|
|
13
|
+ | |
|
|
14
|
+ | User Schema | +----------------+
|
|
15
|
+ | +----------> |
|
|
16
|
+ | Semantic Schema | | MySQL Database |
|
|
17
|
+ | <----------+ |
|
|
18
|
+ | Scoring Schema | +-----+---^------+
|
|
19
|
+ | | | |
|
|
20
|
+ +-----------------+ | |
|
|
21
|
+ | |
|
|
22
|
+ | |
|
|
23
|
+ | |
|
|
24
|
+ | |
|
|
25
|
+ +-----------------------------------------v---+-------------+
|
|
26
|
+ | |
|
|
27
|
+ | Server |
|
|
28
|
+ | |
|
|
29
|
+ | Data Capturing Processing Pipeline Data Processing |
|
|
30
|
+ | |
|
|
31
|
+ | Web Crawler Queue Monitor Semantic Analysis |
|
|
32
|
+ | |
|
|
33
|
+ | Data Store |
|
|
34
|
+ | |
|
|
35
|
+ +------------------------+--------^-------------------------+
|
|
36
|
+ | |
|
|
37
|
+ | |
|
|
38
|
+ | |
|
|
39
|
+ | |
|
|
40
|
+ +-----v--------+-----+
|
|
41
|
+ | |
|
|
42
|
+ | Application View |
|
|
43
|
+ | |
|
|
44
|
+ | Data Visualization |
|
|
45
|
+ | |
|
|
46
|
+ +--------------------+
|
|
47
|
+```
|
|
48
|
+
|
|
49
|
+##### SEC Compliance
|
|
50
|
+
|
|
51
|
+These securities have not been approved or disapproved by the SEC nor have any representations been made about the accuracy of the adequacy of the information.
|