this.me 2.4.2 β 2.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,41 +3,89 @@
|
|
|
3
3
|
# .me Suite - Your AI Playground
|
|
4
4
|
For every recursive action, there's a repercussion.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
```
|
|
7
|
+
npm install this.me
|
|
8
|
+
```
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
### Conceptual Flow:
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
- [ ] Set up your context with [this.me.](https://www.npmjs.com/package/this.me)
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
**cleaker:** An extension for working with the Cleaker application.
|
|
14
|
-
**Modular Design:** Easily extend the suite with additional modules, each with its own CLI functionality.
|
|
15
|
-
**Interactive Shell:** Navigate through various options and functionalities using a user-friendly command-line interface.
|
|
16
|
-
Installation
|
|
14
|
+
- [ ] Create a neural network using [neurons.me](https://www.neurons.me).
|
|
17
15
|
|
|
18
|
-
|
|
19
|
-
npm install @sui.gn/me
|
|
20
|
-
```
|
|
16
|
+
- [ ] Define the data you'd like your neural network to recognize or process with [this.](https://www.neurons.me/this) modules.
|
|
21
17
|
|
|
22
|
-
|
|
18
|
+
- [ ] Use [this.be](https://www.npmjs.com/package/this.be) to maintain a state or context, - watching over [This](https://www.neurons.me/this) and any other states you define for example.
|
|
23
19
|
|
|
24
|
-
|
|
20
|
+
- [ ] Define desired status and handlers, [be.this](https://www.npmjs.com/package/be.this).
|
|
25
21
|
|
|
22
|
+
- [ ] Keep [i.mlearning](https://www.npmjs.com/package/i.mlearning).
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Setting up your Context. ππ»ππΌππ½ππΎππΏ
|
|
27
|
+
Defining the environment and context in which your code runs, especially when you're interacting with intelligent agents or services likeΒ me.
|
|
28
|
+
Having a clear declaration of the environment and the context can have a series of implications for security, interoperability, and clarity. Let's delve into the importance of such declarations:
|
|
29
|
+
|
|
30
|
+
### Security Context:
|
|
31
|
+
Defining the environment ensures that both the user and the IA have a clear understanding of the boundary within which interactions take place.
|
|
32
|
+
Explicitly stating the environment can prevent unintended cross-boundary actions. For instance, without a clear declaration, an IA might access files or services that are beyond its permitted scope, leading to potential security vulnerabilities.
|
|
33
|
+
A well-defined environment acts as a sandbox that can restrict unauthorized or unintended activities. For instance, browsers use a similar principle to run JavaScript in a sandboxed environment for security reasons.
|
|
34
|
+
|
|
35
|
+
**Interoperability:**
|
|
36
|
+
As the ecosystem of software and services becomes increasingly diverse, ensuring your code can interact smoothly with other systems becomes crucial.
|
|
37
|
+
Declaring the environment or context helps ensure that all systems are on the "same page". For example, if an IA knows it's operating within the ".me" context, it can adjust its behavior, assumptions, and dependencies accordingly.
|
|
38
|
+
|
|
39
|
+
**Auditability and Compliance:**
|
|
40
|
+
For industries or applications where audit trails and compliance are important, having a clear declaration of the environment ensures that every interaction and operation can be traced back to a defined context.
|
|
41
|
+
Such clear demarcations can aid in forensic analysis if something goes wrong or if there's a need to understand the context of an interaction.
|
|
42
|
+
|
|
43
|
+
### Dependencies:
|
|
44
|
+
```json
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"be.this": "^1.1.3",
|
|
47
|
+
"cleaker": "^2.2.9",
|
|
48
|
+
"i.mlearning": "^2.1.7",
|
|
49
|
+
"netget": "^2.1.6",
|
|
50
|
+
"neurons.me": "^2.6.3",
|
|
51
|
+
"this.atom": "^1.0.3",
|
|
52
|
+
"this.audio": "^1.0.0",
|
|
53
|
+
"this.be": "^2.1.3",
|
|
54
|
+
"this.dom": "^1.0.0",
|
|
55
|
+
"this.pixel": "^3.3.5",
|
|
56
|
+
"this.pixelgrid": "^3.3.2",
|
|
57
|
+
"this.text": "^1.0.0",
|
|
58
|
+
"v.path": "^2.1.7"
|
|
59
|
+
},
|
|
26
60
|
```
|
|
27
|
-
npx .me
|
|
28
|
-
```
|
|
29
61
|
|
|
30
|
-
Follow the on-screen prompts to navigate through the available modules and options.
|
|
31
62
|
|
|
32
|
-
### Future Projections
|
|
33
63
|
|
|
34
|
-
|
|
64
|
+
# Context of Abstraction for Machine Learning Standardization
|
|
65
|
+
|
|
66
|
+
Traditional web development elements, from images to audio, are designed mainly for display and interaction. But what if they could be seamlessly converted into standardized formats primed for machine learning? That's the vision behind the **this.** modules.
|
|
67
|
+
|
|
68
|
+
An Introduction to the this. JavaScript Library: Standardizing Web Development Elements for Machine Learning.
|
|
69
|
+
|
|
70
|
+
## Principles Behind the this. Library:
|
|
71
|
+
|
|
72
|
+
- ### **Abstraction for ML:**
|
|
73
|
+
|
|
74
|
+
The library's core principle is to abstract traditional web elements so that they're immediately primed for machine learning. It's about viewing web content not just as data but as structured, consistent, and standardized data.
|
|
75
|
+
|
|
76
|
+
- ### **Built on Web Standards:**
|
|
77
|
+
|
|
78
|
+
Rooted in JavaScript, the this. library builds upon public web development standards. The aim is to ensure that developers remain within familiar territories, even as they venture into the world of machine learning.
|
|
79
|
+
|
|
80
|
+
- ### **Open and Collaborative:**
|
|
81
|
+
|
|
82
|
+
The this. library champions open standards. By leveraging public web standards, it invites collaboration, hoping to create a community that continually refines and enhances the bridge between web development and machine learning.
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
[neurons.me](https://www.neurons.me)
|
|
35
87
|
|
|
36
|
-
|
|
37
|
-
**Enhanced Usability:** Ongoing improvements to the user interface will make navigation and task execution even more intuitive.
|
|
38
|
-
**Community Contributions:** Open for community-driven enhancements, allowing developers to contribute modules and features to broaden the suite's capabilities.
|
|
39
|
-
Contribute
|
|
40
|
-
Contributions are welcome! Feel free to open an issue or submit a pull request on the GitHub repository.
|
|
88
|
+
[neurons.me/this](https://www.neurons.me/this)
|
|
41
89
|
|
|
42
90
|
### License
|
|
43
91
|
|