You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/js/script.js
+20-49Lines changed: 20 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -188,12 +188,26 @@ async function fetchSubdirectoryCounts() {
188
188
{text: 'Hello! Welcome to Machine Learning Repos',type: 'bot'}
189
189
];
190
190
191
-
// hardcoded questions and answers
192
-
constquestionsAndAnswers=[
193
-
{question: 'What is Machine Learning?',answer: 'Machine Learning is a field of AI that enables computers to learn from data without being explicitly programmed.'},
194
-
{question: 'Tell me about Machine Learning Repos.',answer: 'Machine Learning Repos is a curated collection of Machine Learning Repositories'},
195
-
{question: 'How do I contribute to the repository?',answer: 'You can contribute by forking the repository, making changes, and submitting a pull request. Learn more <a href="https://github.com/recodehive/machine-learning-repos/blob/main/Website/README.md" target="_blank">here</a>'},
196
-
];
191
+
// hardcoded questions and answers
192
+
constquestionsAndAnswers=[
193
+
{question: 'What is RecoderHive?',answer: 'RecodeHive is a community-driven platform offering curated machine learning repositories'},
194
+
{question: 'What is Machine Learning?',answer: 'Machine Learning is a field of AI that enables computers to learn from data without being explicitly programmed.'},
195
+
{question: 'Tell me about Machine Learning Repos.',answer: 'Machine Learning Repos is a curated collection of Machine Learning Repositories'},
196
+
{question: 'How do I contribute to the repository?',answer: 'You can contribute by forking the repository, making changes, and submitting a pull request. Learn more <a href="https://github.com/recodehive/machine-learning-repos/blob/main/Website/README.md" target="_blank">here</a>'},
197
+
{question: 'How many repositories are included in this collection?',answer: 'There are multiple repositories included, each covering various aspects of Machine Learning.'},
198
+
{question: 'What are the main topics covered by these repositories?',answer: 'The repositories cover topics like data preprocessing, model training, NLP, and more.'},
199
+
{question: 'Does the repository offer any courses?',answer: 'Yes, the repository provides links to courses related to Machine Learning.'},
200
+
{question: 'What programming languages are used in these repositories?',answer: 'The repositories utilize languages such as Python, R, HTML, CSS, JavaScript and others.'},
201
+
{question: 'Which frameworks are utilized in these repositories?',answer: 'Frameworks like TensorFlow, PyTorch, and Scikit-Learn are used.'},
202
+
{question: 'What is the most popular repository in the collection?',answer: 'The most popular repository is the "Awesome Machine Learning" collection.'},
203
+
{question: 'Are there any projects focusing on NLP in this collection?',answer: 'Yes, there are projects specifically focused on Natural Language Processing (NLP).'},
204
+
{question: 'How many topics are covered in the repository?',answer: 'The repository covers several key topics, including data science, deep learning, and more.'},
205
+
{question: 'Does the repository provide any tutorials?',answer: 'Yes, there are tutorials available that help users understand various machine learning concepts.'},
206
+
{question: 'What is the purpose of the repository?',answer: 'The repository aims to provide a comprehensive collection of resources and projects for learning and applying machine learning.'},
207
+
{question: 'Are there any datasets included in the repository?',answer: 'Yes, some repositories include datasets that can be used for training and testing machine learning models.'},
208
+
{question: 'How frequently is the repository updated?',answer: 'The repository is regularly updated with new content and improvements.'}
209
+
];
210
+
197
211
198
212
199
213
functionrenderMessages(){
@@ -272,46 +286,3 @@ async function fetchSubdirectoryCounts() {
0 commit comments