|
1 | | -# AI Data Foundation |
| 1 | +# Cloud Security Corner Community Webite |
2 | 2 |
|
3 | | -A comprehensive resource for AI tools, frameworks, and methodologies, presented in an easy-to-browse web interface. |
4 | 3 |
|
5 | | - |
| 4 | +# Labs |
6 | 5 |
|
7 | | -## 🌟 Features |
8 | 6 |
|
9 | | -- **Comprehensive AI Directory**: Browse tools and frameworks for artificial intelligence and machine learning |
10 | | -- **Categorized Browsing**: Filter resources by categories like Machine Learning, Natural Language Processing, Computer Vision, and more |
11 | | -- **Search Functionality**: Quickly find tools based on name or description |
12 | | -- **GitHub Integration**: View GitHub stars for each project using GitHub's GraphQL API |
13 | | -- **Modern UI**: Clean and responsive interface for desktop and mobile devices |
| 7 | +# Blogs |
14 | 8 |
|
15 | | -## 🚀 Quick Start |
16 | 9 |
|
17 | | -### Prerequisites |
| 10 | +# Tools |
18 | 11 |
|
19 | | -- Node.js (version 16 or higher) |
20 | | -- npm or yarn |
21 | | -- GitHub Personal Access Token (for local development only) - See [GitHub API Setup](GITHUB-API-SETUP.md) |
22 | 12 |
|
23 | | -### Installation |
24 | 13 |
|
25 | | -1. Clone the repository: |
26 | | - ``` |
27 | | - git clone https://github.com/aidatafoundation/aidatafoundation.github.io.git |
28 | | - cd aidatafoundation.github.io |
29 | | - ``` |
30 | 14 |
|
31 | | -2. Install dependencies: |
32 | | - ``` |
33 | | - npm install |
34 | | - ``` |
35 | | - |
36 | | -3. For local development only, create a `.env.local` file with your GitHub token: |
37 | | - ``` |
38 | | - VITE_GITHUB_TOKEN=your_github_token_here |
39 | | - ``` |
40 | | - See [GitHub API Setup](GITHUB-API-SETUP.md) for detailed instructions. |
41 | | - |
42 | | - **Note:** When deploying with GitHub Actions, the token is automatically configured. |
43 | | - |
44 | | -4. Start the development server: |
45 | | - ``` |
46 | | - npm run dev |
47 | | - ``` |
48 | | - |
49 | | -5. Open your browser and navigate to `http://localhost:5173` |
50 | | - |
51 | | -## 🔧 Available Scripts |
52 | | - |
53 | | -- `npm run dev` - Start the development server |
54 | | -- `npm run build` - Build the project for production |
55 | | -- `npm run preview` - Preview the production build locally |
56 | | -- `npm run deploy` - Deploy to GitHub Pages |
57 | | - |
58 | | -## 📚 Categories |
59 | | - |
60 | | -The collection includes resources for: |
61 | | - |
62 | | -- Machine Learning |
63 | | -- Deep Learning |
64 | | -- Natural Language Processing |
65 | | -- Computer Vision |
66 | | -- Data Quality |
67 | | -- Federated Learning |
68 | | -- Synthetic Data |
69 | | -- Privacy-Preserving ML |
70 | | -- Large Language Models |
71 | | -- Multimodal Learning |
72 | | -- Explainable AI |
73 | | -- And more... |
74 | | - |
75 | | -## 🤝 Contributing |
76 | | - |
77 | | -We welcome contributions from the community! Here's how you can contribute: |
78 | | - |
79 | | -### Adding a New Tool |
80 | | - |
81 | | -1. Fork the repository |
82 | | -2. Edit `src/data/entries.js` and add your tool in the appropriate category: |
83 | | - ```javascript |
84 | | - { |
85 | | - title: "Your Tool Name", |
86 | | - link: "https://link-to-tool", |
87 | | - description: "Brief description of the tool", |
88 | | - github: "github-username/repo", // Optional |
89 | | - tag: "Category Name" |
90 | | - } |
91 | | - ``` |
92 | | -3. Create a pull request with your changes |
93 | | - |
94 | | -### Improving the Application |
95 | | - |
96 | | -1. Fork the repository |
97 | | -2. Create a new branch for your feature or fix |
98 | | -3. Make your changes |
99 | | -4. Submit a pull request |
100 | | - |
101 | | -### Guidelines |
102 | | - |
103 | | -- Make sure the tool is relevant to the AI/ML ecosystem |
104 | | -- Provide a concise and accurate description |
105 | | -- Include the appropriate category/tag |
106 | | -- Ensure there are no duplicates |
107 | | - |
108 | | -## 🔧 Technologies Used |
109 | | - |
110 | | -- React |
111 | | -- Tailwind CSS |
112 | | -- Vite |
113 | | - |
114 | | -## 📝 License |
115 | | - |
116 | | -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
117 | | - |
118 | | -## 👨💻 Maintainers |
119 | | - |
120 | | -- [AI Data Foundation Team](https://github.com/aidatafoundation) |
121 | | - |
122 | | ---- |
123 | | - |
124 | | -**Star the repo if you find it useful!** ⭐ |
0 commit comments