myHerb commited on
Commit
365718b
Β·
verified Β·
1 Parent(s): 0c01b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -68
README.md CHANGED
@@ -1,96 +1,94 @@
 
 
 
 
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- library_name: flair
6
- tags:
7
- - Sustainability
8
- - Development
9
- - Applications
10
- - Open-Source
 
 
 
11
  ---
12
 
13
- # Model Card for WebInSight
 
 
 
 
 
 
14
 
15
- ## Model Details
 
 
16
 
17
- ### Model Description
18
- WebInSight is an AI-powered Software-as-a-Service (SaaS) tool designed to provide users with a comprehensive analysis of any given website. By simply inputting a URL, the model generates a report detailing the site's digital performance (speed, script optimization), content strategy (quality, keywords), SEO metrics, and overall sustainability score. The goal is to offer actionable insights for website owners, marketers, and developers to enhance their online presence in a more efficient and eco-friendly manner.
 
 
19
 
20
- - **Developed by:** myHerb, a public-facing research and development lab and technology incubator founded by Aaron Levin.
21
- - **Funded by:** Self-funded (bootstrapped).
22
- - **Model type:** AI-Powered SaaS, Generative AI, Website Analysis Tool.
23
- - **Language(s):** The user interface is in English, but the model analyzes web content in various languages.
24
- - **License:** Specific license details are available in the project's GitHub repository, likely a standard open-source license.
25
- - **Finetuned from model:** Information not publicly available; it likely leverages multiple foundational models.
26
 
27
- ### Model Sources
28
- - **Repository:** [myHerbDev on GitHub](https://github.com/myHerbDev)
29
- - **Demo:** [WebInSight Demo](https://insight.myherb.co.il)
30
 
31
- ## Uses
 
 
32
 
33
- ### Direct Use
34
- The primary use of WebInSight is for website owners, digital marketers, SEO specialists, and web developers to receive on-demand, AI-powered analysis of a website. Users can input any URL to receive a report on performance, content, SEO, and sustainability, which can guide optimization efforts.
35
 
36
- ### Downstream Use
37
- The reports generated by WebInSight can be utilized by digital marketing agencies for client reporting, competitive analysis, and strategic recommendations. The data can inform a website's development roadmap, prioritizing changes based on performance and sustainability impact.
38
 
39
- ### Out-of-Scope Use
40
- The model is designed for analysis and reporting. It is not intended for in-depth security auditing or penetration testing, though it may report on basic security headers. The model should not be used for malicious purposes, such as systematically finding and cataloging vulnerabilities on websites not owned by the user.
 
41
 
42
- ## Bias, Risks, and Limitations
43
- The model's analysis, particularly for subjective metrics like "content quality" and "sustainability," is based on specific algorithms and heuristics. These scores may not fully encompass all facets of a high-quality user experience or sustainable digital practice. There is a risk that users may over-optimize for the tool's metrics rather than focusing on holistic improvements. Recommendations are automated and should be reviewed by a human expert before implementation.
44
 
45
- ## Recommendations
46
- Users should be aware of the risks, biases, and limitations of the model. Generated reports should be used as a guiding tool and one data point among many, not as absolute measures of a website's quality or success. Human oversight is recommended when implementing suggested changes.
47
 
48
- ## How to Get Started with the Model
49
- To get started, visit the WebInSight demo page and enter a website URL for analysis. For developers interested in the underlying projects and ethos, refer to the myHerbDev GitHub repository.
50
 
51
- ## Training Details
52
 
53
- ### Training Data
54
- Specific details on the training data used for the AI components of this model are not publicly available as it is part of a proprietary SaaS application.
 
 
55
 
56
- ### Training Procedure
57
- - **Preprocessing:** Information not available.
58
- - **Training Hyperparameters:** Information not available.
59
 
60
- ### Evaluation
61
- - **Testing Data:** The specific testing data, factors, and metrics used to evaluate the model's analytical accuracy are not publicly disclosed.
62
- - **Factors:** Information not available.
63
- - **Metrics:** Information not available.
64
 
65
- ### Results
66
- Results are presented in the form of a detailed report for the user-provided URL, including scores for Performance, Content Quality, SEO, and Sustainability.
 
 
 
67
 
68
- ## Environmental Impact
69
- - **Carbon emissions:** Can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
70
- - **Cloud Provider:** myHerb uses a multi-cloud approach (including AWS and Microsoft Azure).
71
 
72
- ## Technical Specifications
73
 
74
- ### Model Architecture and Objective
75
- The application is a web-based SaaS tool, likely built on a JavaScript stack (indicated by npm usage in the repository). Its objective is to crawl and analyze a given URL, process the data through various analytical models, and generate comprehensive reports.
76
 
77
- ### Compute Infrastructure
78
- - **Hardware:** Information not available.
79
- - **Software:** The software stack includes Node.js and likely leverages various cloud services and APIs from partners like HubSpot, Microsoft, and AWS.
80
 
81
- ## Citation
82
- No formal academic paper is available for citation. Please refer to the project's website for more information.
83
 
84
- ## Glossary
85
- - **SaaS:** Software as a Service; a software licensing and delivery model where software is licensed on a subscription basis and centrally hosted.
86
- - **SEO:** Search Engine Optimization; the process of improving the quality and quantity of website traffic from search engines.
87
- - **Sustainability Score:** A proprietary metric calculated by WebInSight to estimate the environmental friendliness of a website based on factors like performance, data transfer, and resource usage.
88
 
89
- ## More Information
90
- myHerb is positioned as a technology-centric venture focused on sustainability software, cloud computing, and artificial intelligence. It operates as a public R&D lab, sharing its journey and inviting collaboration.
91
 
92
- ## Model Card Authors
93
- This model card was populated by an AI assistant based on publicly available information about the WebInSight app and myHerb.
94
 
95
- ## Model Card Contact
96
- For questions about the model, contact the developer, Aaron Levin. Contact information may be available through the myHerb website or associated professional profiles.
 
1
+ # 🌿 WebInSight by myHerb
2
+
3
+ **AI-powered website analysis for a smarter, greener web.**
4
+
5
  ---
6
+
7
+ ## πŸš€ Overview
8
+
9
+ WebInSight is a Software-as-a-Service (SaaS) application developed by [myHerb](https://github.com/myHerbDev) to help website owners, marketers, and developers gain deep insights into their digital presence. By simply entering a URL, users receive a comprehensive report covering:
10
+
11
+ - ⚑ Performance (speed, script optimization)
12
+ - 🧠 Content strategy (quality, keyword density)
13
+ - πŸ” SEO metrics (visibility, structure, metadata)
14
+ - 🌱 Sustainability score (resource usage, eco-impact)
15
+
16
+ Whether you're optimizing a personal blog or managing enterprise-level platforms, WebInSight empowers you to make data-driven, environmentally conscious decisions.
17
+
18
  ---
19
 
20
+ ## πŸ› οΈ Features
21
+
22
+ - **One-click analysis** of any public website
23
+ - **AI-generated reports** with actionable insights
24
+ - **Multi-language content evaluation**
25
+ - **Sustainability scoring** to promote eco-friendly web practices
26
+ - **Cloud-native architecture** for scalability and speed
27
 
28
+ ---
29
+
30
+ ## πŸ§ͺ Use Cases
31
 
32
+ - Digital marketing agencies creating client reports
33
+ - SEO specialists refining site visibility
34
+ - Developers prioritizing performance and sustainability
35
+ - Founders and product teams validating web strategy
36
 
37
+ ---
 
 
 
 
 
38
 
39
+ ## πŸ“¦ Installation & Usage
 
 
40
 
41
+ ```bash
42
+ # Clone the repository
43
+ git clone https://github.com/myHerbDev/WebInSight.git
44
 
45
+ # Navigate to the project directory
46
+ cd WebInSight
47
 
48
+ # Install dependencies
49
+ npm install
50
 
51
+ # Start the application
52
+ npm run dev
53
+ ```
54
 
55
+ Or visit the hosted demo: [WebInSight Demo](https://insight.myherb.co.il)
 
56
 
57
+ ---
 
58
 
59
+ ## πŸ“š Documentation
 
60
 
61
+ Full documentation is available in the `/docs` folder and includes:
62
 
63
+ - API reference
64
+ - Model architecture
65
+ - Sustainability scoring methodology
66
+ - Deployment guide
67
 
68
+ ---
 
 
69
 
70
+ ## 🧠 Tech Stack
 
 
 
71
 
72
+ - Node.js + Express
73
+ - React (UI)
74
+ - Flair NLP (via Hugging Face)
75
+ - AWS + Azure (multi-cloud deployment)
76
+ - Custom heuristics for sustainability scoring
77
 
78
+ ---
 
 
79
 
80
+ ## πŸ“œ License
81
 
82
+ Apache 2.0 β€” open-source and ready for collaboration.
 
83
 
84
+ ---
 
 
85
 
86
+ ## πŸ§‘β€πŸ”¬ About myHerb
 
87
 
88
+ myHerb is a public-facing R&D lab founded by Aaron Levin, focused on building sustainable, AI-driven technologies. WebInSight is part of our mission to make the web smarter, faster, and greener.
 
 
 
89
 
90
+ ---
 
91
 
92
+ ## πŸ“¬ Contact
 
93
 
94
+ For questions, feedback, or collaboration inquiries, reach out via [LinkedIn](https://www.linkedin.com/in/myherb) or visit [myHerb.co.il](https://www.myherb.co.il)