this.me 2.4.2 → 2.4.3

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.
Files changed (2) hide show
  1. package/README.md +49 -24
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,41 +3,66 @@
3
3
  # .me Suite - Your AI Playground
4
4
  For every recursive action, there's a repercussion.
5
5
 
6
- ### Introduction
6
+ ```
7
+ npm install this.me
8
+ ```
7
9
 
8
- Welcome to the .me suite, a comprehensive and interactive command-line interface designed to supercharge your AI projects. Whether you're working on neural networks, experimenting with deep learning models, or exploring other cutting-edge technologies, .me suite provides you with the tools and modules you need.
10
+ ### Conceptual Flow:
11
+
12
+ - [ ] Set up your context with [this.me.](https://www.npmjs.com/package/this.me)
13
+ - [ ] Create a neural network using [neurons.me](https://www.neurons.me).
14
+ - [ ] Define the data you'd like your neural network to recognize or process with [this.](https://www.neurons.me/this) modules.
15
+ - [ ] 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.
16
+ - [ ] Define desired status and handlers, [be.this](https://www.npmjs.com/package/be.this).
17
+ - [ ] Keep [i.mlearning](https://www.npmjs.com/package/i.mlearning).
18
+
19
+ ### Dependencies:
20
+
21
+ ```json
22
+ "dependencies": {
23
+ "be.this": "^1.1.3",
24
+ "cleaker": "^2.2.9",
25
+ "i.mlearning": "^2.1.7",
26
+ "netget": "^2.1.6",
27
+ "neurons.me": "^2.6.3",
28
+ "this.atom": "^1.0.3",
29
+ "this.audio": "^1.0.0",
30
+ "this.be": "^2.1.3",
31
+ "this.dom": "^1.0.0",
32
+ "this.pixel": "^3.3.5",
33
+ "this.pixelgrid": "^3.3.2",
34
+ "this.text": "^1.0.0",
35
+ "v.path": "^2.1.7"
36
+ },
37
+ ```
9
38
 
10
- ### Key Features
11
39
 
12
- neurons.me: A specialized module for managing neural networks. Create, update, and delete neurons, layers, and complex neural network architectures effortlessly.
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
17
40
 
18
- ```
19
- npm install @sui.gn/me
20
- ```
41
+ # Context of Abstraction for Machine Learning Standardization
21
42
 
22
- ### Usage
43
+ 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.
23
44
 
24
- After installation, you can launch the .me suite by running:
45
+ An Introduction to the this. JavaScript Library: Standardizing Web Development Elements for Machine Learning.
25
46
 
26
- ```
27
- npx .me
28
- ```
47
+ ## Principles Behind the this. Library:
48
+
49
+ - ### **Abstraction for ML:**
50
+
51
+ 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.
52
+
53
+ - ### **Built on Web Standards:**
54
+
55
+ 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.
56
+
57
+ - ### **Open and Collaborative:**
58
+
59
+ 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.
29
60
 
30
- Follow the on-screen prompts to navigate through the available modules and options.
31
61
 
32
- ### Future Projections
33
62
 
34
- The *.me suite i*s continuously evolving with plans for even more exciting features:
63
+ [neurons.me](https://www.neurons.me)
35
64
 
36
- **Additional Modules:** We'll be adding more modules to cater to various AI domains, such as natural language processing, computer vision, and more.
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.
65
+ [neurons.me/this](https://www.neurons.me/this)
41
66
 
42
67
  ### License
43
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "This.me should This.be",
5
5
  "bin": {
6
6
  ".me": "./main.js"