├── .github ├── ISSUE_TEMPLATE │ ├── PR_merged.yaml │ ├── bugs.yml │ ├── docs.yml │ ├── feature.yml │ └── issue_closed.yml ├── pull_request_template.md └── workflows │ └── greetings.yaml ├── .hintrc ├── .vscode └── settings.json ├── 216341.png ├── Assets ├── arrow_upward_38dp_FFFFFF.png ├── close-button.svg ├── contact-us-communication-support-service-assistance-concept.jpg ├── contact.webp ├── moon.png ├── projectpics │ ├── EfficientNetB0.png │ ├── InceptionV3.png │ ├── NMT_Tute.png │ ├── NN.png │ ├── airquality.png │ ├── bird1.png │ ├── bird2.png │ ├── bird3.png │ ├── bird_species.jpg │ ├── birth_time_series.webp │ ├── bot.png │ ├── car_price.webp │ ├── cnn.png │ ├── confusion.png │ ├── crop_rotation_recommendation.jpg │ ├── crops.jpg │ ├── deblurrer.webp │ ├── decision_graph.png │ ├── decision_tree.svg │ ├── disease.jpg │ ├── dist.jpg │ ├── dog.png │ ├── dog_output.png │ ├── earthquake.webp │ ├── emai.jpg │ ├── email_spam.jpeg │ ├── eneryg.png │ ├── eye_tracking.jpg │ ├── facemask_detection.jpg │ ├── fashion.webp │ ├── fraud.png │ ├── fuel_efficiency.webp │ ├── gold_price_predictor.jpg │ ├── graph.png │ ├── heart_disease.webp │ ├── human_migration.webp │ ├── humanface_landmark_detection.webp │ ├── irish.jpg │ ├── lstm.png │ ├── lth.png │ ├── mental.jpg │ ├── model.png │ ├── newplot.png │ ├── next_word.webp │ ├── nut.jpg │ ├── paddy.jpeg │ ├── pdf_mal_detection.jpg │ ├── personalizd.jpg │ ├── phishing.webp │ ├── plant_disease_detection.jpg │ ├── pneumonia_detection.webp │ ├── rec.jpg │ ├── recommend.jpg │ ├── relu.png │ ├── sarima_stock.webp │ ├── shop.jpg │ ├── sigmoid.png │ ├── skill_gap_analyzer.jpg │ ├── sound.jpg │ ├── stock.jpg │ ├── terrain_classifier.jpg │ ├── the.jpg │ ├── title_generator.webp │ ├── traffic.jpg │ ├── uav_path_planning.jpg │ ├── waste.jpg │ └── wild.jpg ├── sidebar-menu-ham.svg ├── social-care.png ├── sun.png ├── workflow.png └── workshop.png ├── CODE_OF_CONDUCT.md ├── Course Icons ├── ai.png ├── autonomous-system.png ├── business.png ├── cloud-computing.png ├── data-science.png └── programming-language.png ├── CourseAssets ├── 1.jpg ├── 10.png ├── 11.jpg ├── 12.jpg ├── 13.png ├── 14.png ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg ├── 8.jpg ├── 9.jpg └── x.png ├── LICENSE ├── README.md ├── arrow_up.png ├── contributing.md ├── image ├── 4emu.gif ├── QA.jpg ├── ai.jpg ├── algorithm-3859537_1280.jpg ├── arrow_upward_38dp_FFFFFF.png ├── auto1.jpg ├── bd11.jpg ├── card-1.jpg ├── card-2.jpg ├── card-3.jpg ├── cc1.jpg ├── check-solid.svg ├── contact.webp ├── d1.jpg ├── ds1.jpg ├── envelope-solid.svg ├── forum.jpeg ├── gssocextd.jpg ├── haaaaack.jpg ├── m1.jpg ├── m2.jpg ├── m3.jpg ├── mentor.jpeg ├── message-solid.svg ├── ml fusion lab log.jpg ├── ml fusion lab logo.jpeg ├── ml-fusion-lab-logo.png ├── never-stop-learning-3653430_1280.jpg ├── phone-solid.svg ├── popup.jpg ├── popup1.png ├── popup2.png ├── programming-2115930_1280.jpg ├── project.jpg ├── r1.png ├── r10.jpg ├── r11.jpg ├── r12.jpg ├── r13.jpg ├── r14.jpg ├── r2.png ├── r3.jpg ├── r4.jpg ├── r5.jpg ├── r6.jpg ├── r7.jpg ├── r8.jpg ├── r9.jpg ├── resource.jpeg ├── robot-2301646_1280.jpg ├── social.jpeg ├── teammate1.jpg ├── teammate2.jpg ├── teammate3.jpg ├── teammate4.jpg └── user-solid.svg ├── index.html ├── pages ├── Air_Quality_Prediction.html ├── CSS │ ├── contact.css │ ├── data_science.css │ └── terms.css ├── NMT_Tutorial.html ├── Neural_Network_Scratch.html ├── Programming.html ├── Testimonial.html ├── about.html ├── ai.html ├── air_quality_code.html ├── arima_stock_prediction.html ├── arrow_upper.png ├── autonomous_system.html ├── birth_rate_prediction.html ├── business_development.html ├── car_price.html ├── chatbot_development_tutorial.html ├── cloud_computing.html ├── community_suport.html ├── contact.html ├── content_based_recommendation_system.html ├── contributor.html ├── course_details.html ├── courses.html ├── covid_facemask_detection.html ├── crop_height_estimation_tutorial.html ├── crop_rotation_recommendation.html ├── data_science.html ├── deblurring.html ├── decision_tree_tutorial.html ├── disaster_releif.html ├── dog_breed_classifier.html ├── earthquake_prediction.html ├── email.html ├── email_spam_tutorial.html ├── eye_tracking_tutorial.html ├── face_landmark_detection.html ├── fashion.html ├── feedback.html ├── forum.html ├── fraud_detection.html ├── fuel_efficiency.html ├── gold_price_predictor.html ├── healthcare.html ├── heart_disease.html ├── human_migration.html ├── intr-to-ml.html ├── learning_system.html ├── login.html ├── mental_health.html ├── mentor_program.html ├── next_word.html ├── nutrition_plans.html ├── paddy_disease_tutorial.html ├── pdf_malware_detection.html ├── phishing.html ├── plant_disease_detection.html ├── plastic_waste.html ├── pneumonia_detection.html ├── privacy.html ├── projects.html ├── qa_schedule.html ├── resources.html ├── skill_gap_analyzer.html ├── smart_home.html ├── social_media.html ├── terms.html ├── terrain_classifier.html ├── title_generator.html ├── traffic_accident.html ├── transfer_learning_tutorial.html ├── uav_path_planning.html ├── urban_sound.html ├── virtual_therapy.html └── waste_management.html ├── script ├── contributor.js ├── courseDetails.js ├── courses.js ├── forgotpassword.js ├── login.js ├── popup.js ├── projects.js ├── script.js └── scroll.js ├── style ├── about.css ├── contact.css ├── contributor.css ├── course.css ├── course_details.css ├── forum.css ├── login.css ├── mentor_program.css ├── popup.css ├── qa-schedule.css ├── resources.css ├── scroll.css ├── style.css └── testimonial.css ├── visi.css └── visi.js /.github/ISSUE_TEMPLATE/PR_merged.yaml: -------------------------------------------------------------------------------- 1 | name: Merge Thank You 2 | 3 | # Created by @smog-root 4 | 5 | on: 6 | pull_request_target: 7 | types: [closed] # Trigger when a PR is closed 8 | 9 | permissions: 10 | issues: write 11 | pull-requests: write 12 | 13 | jobs: 14 | post_merge_message: 15 | if: github.event.pull_request.merged == true # Only run if the PR was merged 16 | runs-on: ubuntu-latest 17 | 18 | steps: 19 | - name: Post thank you message 20 | uses: actions/github-script@v7 21 | with: 22 | github-token: ${{ secrets.GITHUB_TOKEN }} # Ensure token is used 23 | script: | 24 | const prNumber = context.payload.pull_request.number; 25 | const owner = context.repo.owner; 26 | const repo = context.repo.repo; 27 | 28 | // Post a thank you message upon PR merge 29 | await github.rest.issues.createComment({ 30 | owner: owner, 31 | repo: repo, 32 | issue_number: prNumber, 33 | body: `🎉🎉 Thank you for your contribution! Your PR #${prNumber} has been merged! 🎉🎉` 34 | }); -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bugs.yml: -------------------------------------------------------------------------------- 1 | name: '🐞 Bug Report' 2 | description: 'Report a bug found in the Pathsphere source code' 3 | labels: ['bug', 'GSSoC24 Extd.'] 4 | 5 | body: 6 | - type: textarea 7 | id: description 8 | attributes: 9 | label: 'Description' 10 | description: 'A brief description of the issue, including what you tried and what did not work.' 11 | validations: 12 | required: true 13 | 14 | - type: textarea 15 | id: steps_to_reproduce 16 | attributes: 17 | label: 'Steps to Reproduce' 18 | description: 'Please list the steps needed to reproduce the issue.' 19 | validations: 20 | required: true 21 | 22 | - type: textarea 23 | id: expected_behavior 24 | attributes: 25 | label: 'Expected Behavior' 26 | description: 'Describe what you expected to happen.' 27 | 28 | - type: textarea 29 | id: actual_behavior 30 | attributes: 31 | label: 'Actual Behavior' 32 | description: 'Describe what actually happened.' 33 | 34 | - type: textarea 35 | id: screenshots 36 | attributes: 37 | label: 'Screenshots' 38 | description: 'Please add screenshots if applicable (recommended).' 39 | 40 | - type: textarea 41 | id: additional_information 42 | attributes: 43 | label: 'Additional Information' 44 | description: 'Is there anything else we should know about this bug?' 45 | 46 | - type: checkboxes 47 | id: browser 48 | attributes: 49 | label: 'What browser are you seeing the problem on?' 50 | options: 51 | - label: 'Firefox' 52 | - label: 'Chrome' 53 | - label: 'Safari' 54 | - label: 'Microsoft Edge' 55 | 56 | - type: checkboxes 57 | id: checklist 58 | attributes: 59 | label: 'Checklist' 60 | description: 'Please ensure you have completed the following:' 61 | options: 62 | - label: 'I have checked the [existing issues](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/issues)' 63 | required: true 64 | - label: 'I have read the [Contributing Guidelines](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/blob/main/contributing.md)' 65 | required: true 66 | - label: 'I want to work on this issue. (optional)' 67 | 68 | - type: markdown 69 | attributes: 70 | value: | 71 | **Thank you for taking the time to report this issue! Your feedback is greatly appreciated.** 72 | 73 | You can also join the Discord community [here](https://discord.gg/FZxBRpTEeH). 74 | Feel free to check out other amazing repositories of the Techsphere [here](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website). 75 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/docs.yml: -------------------------------------------------------------------------------- 1 | name: 'Documentation 📋' 2 | description: 'Use this form to present your suggestions on how to improve our docs' 3 | title: '[DOCS] ' 4 | labels: ['documentation', 'goal: enhancement'] 5 | 6 | body: 7 | - type: textarea 8 | id: docs_description 9 | attributes: 10 | label: 'Issue Description' 11 | description: 'Please provide a brief summary of the documentation issue you are experiencing or would like to address.' 12 | validations: 13 | required: true 14 | 15 | - type: textarea 16 | id: additional_context_docs 17 | attributes: 18 | label: 'Additional Context' 19 | description: 'If there is any additional context or information that would be helpful for addressing the documentation issue, please provide it here.' 20 | 21 | - type: textarea 22 | id: screenshots_examples_docs 23 | attributes: 24 | label: 'Screenshots or Examples (if applicable)' 25 | description: 'Please include relevant screenshots or examples to help illustrate the problem.' 26 | 27 | - type: textarea 28 | id: proposed_solution_docs 29 | attributes: 30 | label: 'Proposed Solution (optional)' 31 | description: 'If you have a proposed solution for the documentation issue, please provide it here. This can be helpful for speeding up the resolution process.' 32 | 33 | - type: checkboxes 34 | id: terms_checklist_docs 35 | attributes: 36 | label: 'Checklist' 37 | description: 'By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/blob/main/contributing.md)' 38 | options: 39 | - label: 'I have checked the existing [issues](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/issues)' 40 | required: true 41 | - label: 'I have read the [Contributing Guidelines](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/blob/main/contributing.md)' 42 | required: true 43 | - label: 'I am willing to work on this issue (optional)' 44 | required: false 45 | 46 | - type: markdown 47 | attributes: 48 | value: 'Thank you for taking the time to raise this issue! Your input is greatly appreciated.' 49 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.yml: -------------------------------------------------------------------------------- 1 | name: 🧑‍💻 Feature Request 2 | description: Suggest a feature request 3 | title: "[Mention The Feature]: " 4 | labels: 5 | - "⭐ goal: addition" 6 | body: 7 | - type: textarea 8 | id: what-feature 9 | attributes: 10 | label: Is your feature request related to a problem? Please describe. 11 | placeholder: Describe it in detail 12 | validations: 13 | required: true 14 | - type: textarea 15 | id: solution 16 | attributes: 17 | label: Describe the solution you'd like. 18 | placeholder: A clear and concise description of what you want to happen. 19 | validations: 20 | required: false 21 | - type: textarea 22 | id: alternative 23 | attributes: 24 | label: Describe alternatives you've considered. 25 | placeholder: A clear and concise description of any alternative solutions or features you've considered. 26 | validations: 27 | required: false 28 | - type: textarea 29 | id: additional-content 30 | attributes: 31 | label: Additional context. 32 | placeholder: Add any other context or screenshots about the feature request here. 33 | validations: 34 | required: false 35 | - type: textarea 36 | id: screenshots 37 | attributes: 38 | label: Show us the magic with screenshots 39 | placeholder: Attach screenshots to visualize your idea 40 | validations: 41 | required: false 42 | - type: checkboxes 43 | id: no-duplicate-checklist 44 | attributes: 45 | label: "Checklist" 46 | options: 47 | - label: "I have checked the [Existing Issues](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/issues)" 48 | required: true 49 | - label: "I have read the [Contributing Guidelines](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/blob/main/contributing.md)" 50 | required: true 51 | - label: "I want to work on this issue. (optional)" 52 | required: false 53 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue_closed.yml: -------------------------------------------------------------------------------- 1 | name: Issue Auto Comment 2 | 3 | # Created by @smog-root 4 | 5 | on: 6 | issues: 7 | types: [opened, closed] 8 | 9 | jobs: 10 | comment: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - name: Add a comment when an issue is closed 14 | if: github.event.action == 'closed' 15 | uses: actions-ecosystem/action-create-comment@v1 16 | with: 17 | github_token: ${{ secrets.GITHUB_TOKEN }} 18 | issue_number: ${{ github.event.issue.number }} 19 | body: " ✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀" -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Issues Identification 4 | 5 | Closes: #(issue number) 6 | 7 | ## Description 8 | 9 | ### Summary 10 | A brief description of what this pull request does and why it is needed. 11 | 12 | ### Details 13 | Include any detailed information about the changes in this pull request. 14 | 15 | ## Types of Changes 16 | 17 | _Please check the boxes that apply_ 18 | 19 | - [ ] Bugfix (non-breaking change that fixes an issue) 20 | - [ ] New feature (non-breaking change that adds functionality) 21 | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) 22 | - [ ] Documentation update (Documentation content changed) 23 | - [ ] Other (please describe): 24 | 25 | ## Checklist 26 | 27 | _Please check the boxes that apply_ 28 | 29 | - [ ] My code follows the style guidelines of this project 30 | - [ ] I have performed a self-review of my own code 31 | - [ ] I have commented my code, particularly in hard-to-understand areas 32 | - [ ] I have made corresponding changes to the documentation 33 | - [ ] My changes generate no new warnings 34 | - [ ] My changes do not break the current system and pass all existing test cases 35 | - [ ] I have added tests that prove my fix is effective or that my feature works 36 | - [ ] New and existing unit tests pass locally with my changes 37 | 38 | ## Screenshots 39 | 40 | If applicable, please attach screenshots of the changes made to the user interface. 41 | 42 | ## Additional Information 43 | 44 | Please provide any other information that is relevant to this pull request. 45 | 46 | -------------------------------------------------------------------------------- /.github/workflows/greetings.yaml: -------------------------------------------------------------------------------- 1 | name: Greetings 🐦‍🔥 2 | on: [pull_request_target, issues] 3 | 4 | jobs: 5 | greeting: 6 | runs-on: ubuntu-latest 7 | permissions: 8 | issues: write 9 | pull-requests: write 10 | steps: 11 | - uses: actions/first-interaction@v1 12 | with: 13 | repo-token: ${{ secrets.GITHUB_TOKEN }} 14 | issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible." 15 | pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to ML Fusion Lab! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" 16 | -------------------------------------------------------------------------------- /.hintrc: -------------------------------------------------------------------------------- 1 | { 2 | "extends": [ 3 | "development" 4 | ], 5 | "hints": { 6 | "no-inline-styles": "off", 7 | "axe/name-role-value": [ 8 | "default", 9 | { 10 | "link-name": "off" 11 | } 12 | ], 13 | "disown-opener": "off", 14 | "axe/structure": [ 15 | "default", 16 | { 17 | "list": "off" 18 | } 19 | ] 20 | } 21 | } -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5503 3 | } 4 | -------------------------------------------------------------------------------- /216341.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/216341.png -------------------------------------------------------------------------------- /Assets/arrow_upward_38dp_FFFFFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/arrow_upward_38dp_FFFFFF.png -------------------------------------------------------------------------------- /Assets/close-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/contact-us-communication-support-service-assistance-concept.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/contact-us-communication-support-service-assistance-concept.jpg -------------------------------------------------------------------------------- /Assets/contact.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/contact.webp -------------------------------------------------------------------------------- /Assets/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/moon.png -------------------------------------------------------------------------------- /Assets/projectpics/EfficientNetB0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/EfficientNetB0.png -------------------------------------------------------------------------------- /Assets/projectpics/InceptionV3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/InceptionV3.png -------------------------------------------------------------------------------- /Assets/projectpics/NMT_Tute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/NMT_Tute.png -------------------------------------------------------------------------------- /Assets/projectpics/NN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/NN.png -------------------------------------------------------------------------------- /Assets/projectpics/airquality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/airquality.png -------------------------------------------------------------------------------- /Assets/projectpics/bird1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/bird1.png -------------------------------------------------------------------------------- /Assets/projectpics/bird2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/bird2.png -------------------------------------------------------------------------------- /Assets/projectpics/bird3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/bird3.png -------------------------------------------------------------------------------- /Assets/projectpics/bird_species.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/bird_species.jpg -------------------------------------------------------------------------------- /Assets/projectpics/birth_time_series.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/birth_time_series.webp -------------------------------------------------------------------------------- /Assets/projectpics/bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/bot.png -------------------------------------------------------------------------------- /Assets/projectpics/car_price.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/car_price.webp -------------------------------------------------------------------------------- /Assets/projectpics/cnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/cnn.png -------------------------------------------------------------------------------- /Assets/projectpics/confusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/confusion.png -------------------------------------------------------------------------------- /Assets/projectpics/crop_rotation_recommendation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/crop_rotation_recommendation.jpg -------------------------------------------------------------------------------- /Assets/projectpics/crops.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/crops.jpg -------------------------------------------------------------------------------- /Assets/projectpics/deblurrer.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/deblurrer.webp -------------------------------------------------------------------------------- /Assets/projectpics/decision_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/decision_graph.png -------------------------------------------------------------------------------- /Assets/projectpics/decision_tree.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | Tree 11 | 12 | 13 | 14 | 0 15 | 16 | petal length (cm) <= 2.45 17 | gini = 0.667 18 | samples = 150 19 | value = [50, 50, 50] 20 | class = setosa 21 | 22 | 23 | 24 | 1 25 | 26 | gini = 0.0 27 | samples = 50 28 | value = [50, 0, 0] 29 | class = setosa 30 | 31 | 32 | 33 | 0->1 34 | 35 | 36 | True 37 | 38 | 39 | 40 | 2 41 | 42 | petal width (cm) <= 1.75 43 | gini = 0.5 44 | samples = 100 45 | value = [0, 50, 50] 46 | class = versicolor 47 | 48 | 49 | 50 | 0->2 51 | 52 | 53 | False 54 | 55 | 56 | 57 | 3 58 | 59 | gini = 0.168 60 | samples = 54 61 | value = [0, 49, 5] 62 | class = versicolor 63 | 64 | 65 | 66 | 2->3 67 | 68 | 69 | 70 | 71 | 72 | 4 73 | 74 | gini = 0.043 75 | samples = 46 76 | value = [0, 1, 45] 77 | class = virginica 78 | 79 | 80 | 81 | 2->4 82 | 83 | 84 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /Assets/projectpics/disease.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/disease.jpg -------------------------------------------------------------------------------- /Assets/projectpics/dist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/dist.jpg -------------------------------------------------------------------------------- /Assets/projectpics/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/dog.png -------------------------------------------------------------------------------- /Assets/projectpics/dog_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/dog_output.png -------------------------------------------------------------------------------- /Assets/projectpics/earthquake.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/earthquake.webp -------------------------------------------------------------------------------- /Assets/projectpics/emai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/emai.jpg -------------------------------------------------------------------------------- /Assets/projectpics/email_spam.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/email_spam.jpeg -------------------------------------------------------------------------------- /Assets/projectpics/eneryg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/eneryg.png -------------------------------------------------------------------------------- /Assets/projectpics/eye_tracking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/eye_tracking.jpg -------------------------------------------------------------------------------- /Assets/projectpics/facemask_detection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/facemask_detection.jpg -------------------------------------------------------------------------------- /Assets/projectpics/fashion.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/fashion.webp -------------------------------------------------------------------------------- /Assets/projectpics/fraud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/fraud.png -------------------------------------------------------------------------------- /Assets/projectpics/fuel_efficiency.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/fuel_efficiency.webp -------------------------------------------------------------------------------- /Assets/projectpics/gold_price_predictor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/gold_price_predictor.jpg -------------------------------------------------------------------------------- /Assets/projectpics/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/graph.png -------------------------------------------------------------------------------- /Assets/projectpics/heart_disease.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/heart_disease.webp -------------------------------------------------------------------------------- /Assets/projectpics/human_migration.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/human_migration.webp -------------------------------------------------------------------------------- /Assets/projectpics/humanface_landmark_detection.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/humanface_landmark_detection.webp -------------------------------------------------------------------------------- /Assets/projectpics/irish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/irish.jpg -------------------------------------------------------------------------------- /Assets/projectpics/lstm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/lstm.png -------------------------------------------------------------------------------- /Assets/projectpics/lth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/lth.png -------------------------------------------------------------------------------- /Assets/projectpics/mental.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/mental.jpg -------------------------------------------------------------------------------- /Assets/projectpics/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/model.png -------------------------------------------------------------------------------- /Assets/projectpics/newplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/newplot.png -------------------------------------------------------------------------------- /Assets/projectpics/next_word.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/next_word.webp -------------------------------------------------------------------------------- /Assets/projectpics/nut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/nut.jpg -------------------------------------------------------------------------------- /Assets/projectpics/paddy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/paddy.jpeg -------------------------------------------------------------------------------- /Assets/projectpics/pdf_mal_detection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/pdf_mal_detection.jpg -------------------------------------------------------------------------------- /Assets/projectpics/personalizd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/personalizd.jpg -------------------------------------------------------------------------------- /Assets/projectpics/phishing.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/phishing.webp -------------------------------------------------------------------------------- /Assets/projectpics/plant_disease_detection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/plant_disease_detection.jpg -------------------------------------------------------------------------------- /Assets/projectpics/pneumonia_detection.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/pneumonia_detection.webp -------------------------------------------------------------------------------- /Assets/projectpics/rec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/rec.jpg -------------------------------------------------------------------------------- /Assets/projectpics/recommend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/recommend.jpg -------------------------------------------------------------------------------- /Assets/projectpics/relu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/relu.png -------------------------------------------------------------------------------- /Assets/projectpics/sarima_stock.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/sarima_stock.webp -------------------------------------------------------------------------------- /Assets/projectpics/shop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/shop.jpg -------------------------------------------------------------------------------- /Assets/projectpics/sigmoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/sigmoid.png -------------------------------------------------------------------------------- /Assets/projectpics/skill_gap_analyzer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/skill_gap_analyzer.jpg -------------------------------------------------------------------------------- /Assets/projectpics/sound.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/sound.jpg -------------------------------------------------------------------------------- /Assets/projectpics/stock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/stock.jpg -------------------------------------------------------------------------------- /Assets/projectpics/terrain_classifier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/terrain_classifier.jpg -------------------------------------------------------------------------------- /Assets/projectpics/the.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/the.jpg -------------------------------------------------------------------------------- /Assets/projectpics/title_generator.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/title_generator.webp -------------------------------------------------------------------------------- /Assets/projectpics/traffic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/traffic.jpg -------------------------------------------------------------------------------- /Assets/projectpics/uav_path_planning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/uav_path_planning.jpg -------------------------------------------------------------------------------- /Assets/projectpics/waste.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/waste.jpg -------------------------------------------------------------------------------- /Assets/projectpics/wild.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/projectpics/wild.jpg -------------------------------------------------------------------------------- /Assets/sidebar-menu-ham.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/social-care.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/social-care.png -------------------------------------------------------------------------------- /Assets/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/sun.png -------------------------------------------------------------------------------- /Assets/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/workflow.png -------------------------------------------------------------------------------- /Assets/workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Assets/workshop.png -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | # Purpose 4 | 5 | The purpose of this Code of Conduct is to ensure a positive, respectful, and constructive environment for all contributors to this project. We value the participation of every individual and strive to create an inclusive and harassment-free experience, both within the project spaces and when representing the community in public. We pledge to act in ways that foster an open, welcoming, diverse, inclusive, and professional community. 6 | 7 | ## Our Pledge 8 | We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. 9 | 10 | We pledge to act and interact in ways that contribute to a respectful, inclusive, and healthy community. 11 | 12 | # Our Standards 13 | 14 | # Acceptable Behavior 15 | 16 | Examples of behavior that contributes to a positive environment for our community include: 17 | 18 | * Respectful Communication: Being polite, empathetic, and supportive in all interactions. 19 | * Inclusivity: Welcoming different perspectives and experiences. 20 | * Constructive Criticism: Giving and gracefully accepting feedback while focusing on improvements. 21 | * Accountability: Acknowledging mistakes, apologizing to those affected, and learning from the experience. 22 | * Community First: Prioritizing what is best for the overall community. 23 | 24 | # Unacceptable Behavior 25 | 26 | Examples of unacceptable behavior include: 27 | 28 | * The use of sexualized language or imagery, and sexual attention or advances of any kind. 29 | * Trolling, insulting, or derogatory comments, and personal or political attacks. 30 | * Public or private harassment. 31 | * Publishing others' private information without their explicit permission. 32 | * Any other conduct that could reasonably be considered inappropriate in a professional setting. 33 | * Intimidation, threats, or aggressive behavior. 34 | * Discrimination or exclusion based on individual characteristics. 35 | 36 | # Reporting Violations 37 | If you experience or witness unacceptable behavior, you can report it by submitting a Report: 38 | 39 | Email a detailed report to admin. 40 | 41 | # Information to Include: 42 | 43 | When submitting a report, include your contact information, a detailed account of the incident (including dates, times, and individuals involved), and any relevant supporting materials. 44 | Confidentiality Assurance: All reports will be treated confidentially. We prioritize the safety and well-being of everyone involved. 45 | Enforcement Responsibilities.Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. 46 | 47 | Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. 48 | 49 | # Enforcement Guidelines 50 | Community leaders will follow these Community Impact Guidelines to determine the consequences for any action they deem in violation of this Code of Conduct: 51 | 52 | 1. Correction 53 | * Community Impact: Minor unprofessional or unwelcome behavior. 54 | * Consequence: A private written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. 55 | 2. Warning 56 | * Community Impact: A violation through a single incident or series of actions. 57 | * Consequence: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. Violating these terms may lead to a temporary or permanent ban. 58 | 3. Temporary Ban 59 | * Community Impact: A serious violation of community standards. 60 | * Consequence: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. 61 | 4. Permanent Ban 62 | * Community Impact: Repeated violations, harassment, or aggression. 63 | * Consequence: A permanent ban from any sort of public interaction within the community. 64 | 65 | ## Scope 66 | 67 | This Code of Conduct applies within all project spaces, including repositories, issue trackers, chat channels, mailing lists, and any other forms of communication. It also applies when an individual is officially representing the community in public spaces. Examples of representation include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an event. 68 | 69 | ## Contact Information 70 | 71 | For any questions or further clarification, please contact admin. 72 | -------------------------------------------------------------------------------- /Course Icons/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/ai.png -------------------------------------------------------------------------------- /Course Icons/autonomous-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/autonomous-system.png -------------------------------------------------------------------------------- /Course Icons/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/business.png -------------------------------------------------------------------------------- /Course Icons/cloud-computing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/cloud-computing.png -------------------------------------------------------------------------------- /Course Icons/data-science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/data-science.png -------------------------------------------------------------------------------- /Course Icons/programming-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/Course Icons/programming-language.png -------------------------------------------------------------------------------- /CourseAssets/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/1.jpg -------------------------------------------------------------------------------- /CourseAssets/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/10.png -------------------------------------------------------------------------------- /CourseAssets/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/11.jpg -------------------------------------------------------------------------------- /CourseAssets/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/12.jpg -------------------------------------------------------------------------------- /CourseAssets/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/13.png -------------------------------------------------------------------------------- /CourseAssets/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/14.png -------------------------------------------------------------------------------- /CourseAssets/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/2.jpg -------------------------------------------------------------------------------- /CourseAssets/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/3.jpg -------------------------------------------------------------------------------- /CourseAssets/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/4.jpg -------------------------------------------------------------------------------- /CourseAssets/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/5.jpg -------------------------------------------------------------------------------- /CourseAssets/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/6.jpg -------------------------------------------------------------------------------- /CourseAssets/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/7.jpg -------------------------------------------------------------------------------- /CourseAssets/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/8.jpg -------------------------------------------------------------------------------- /CourseAssets/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/9.jpg -------------------------------------------------------------------------------- /CourseAssets/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/CourseAssets/x.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 ML Fusion Lab 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/arrow_up.png -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 |

Contributors Guide⚡

2 |

Welcome to our open-source project! Make sure to star this repositionary😍
We appreciate your interest in contributing.😊
This guide will help you get started with the project and make your first contribution.

3 | 4 | Join the discord link for more information related to this repo https://discord.gg/FZxBRpTEeH 5 | 6 | 7 |

Creating first Pull Request 🌟

8 | 9 | --- 10 | 1. Star this repository. 11 | 2. Fork this repository. 12 | 3. Clone the forked repository. 13 | ```css 14 | git clone https://github.com//ML-Fusion-Lab-Website.git 15 | ``` 16 | 17 | 4. Navigate to the project directory. 18 | ```py 19 | cd ML-Fusion-Lab-Website 20 | ``` 21 | 5. Create a new branch. 22 | ```css 23 | git checkout -b 24 | ``` 25 | 6. Make changes. 26 | 7. Stage your changes and commit 27 | ```bash 28 | git add . 29 | ``` 30 | ```css 31 | 32 | git commit -m "added reademe. 33 | > 34 | > 35 | > Co-authored-by: your github username 36 | > Co-authored-by: vivekvardhan2810 " 37 | ``` 38 | 8. Push your local commits to the remote repo. 39 | ```css 40 | git push -u origin 41 | ``` 42 | 9. Create a Pull Request. 43 | 10. Congratulations! 🎉 you've made your contribution. 44 | 45 | ## :zap: Pull Requests Review Criteria 🧲 46 | 47 | 1. Please fill the ***PR Template*** properly while making a Pull Request. 48 | 2. Never commit in the `main` branch. 49 | 3. Your work must be original, written by you not copied from other resources. 50 | 4. You must comment on your code where necessary. 51 | 52 | ## :zap: Communication and Support 💬 53 | - Join the project's communication channels to interact with other contributors and seek assistance. 54 | - If you have any questions or need help, don't hesitate to ask in the project's communication channels or comment on the relevant issue. 55 | 56 | ## :zap: Code of Conduct 😇 57 | Please follow our project's code of conduct while contributing.
Treat all contributors and users with respect and create a positive and inclusive environment for everyone. 58 | 59 | ## :zap: License 📄 60 | The project is licensed under ***MIT***. Make sure to review and comply with the license terms.
We hope this guide helps you get started with contributing to our open-source project. Thank you for your contribution! 61 | -------------------------------------------------------------------------------- /image/4emu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/4emu.gif -------------------------------------------------------------------------------- /image/QA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/QA.jpg -------------------------------------------------------------------------------- /image/ai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/ai.jpg -------------------------------------------------------------------------------- /image/algorithm-3859537_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/algorithm-3859537_1280.jpg -------------------------------------------------------------------------------- /image/arrow_upward_38dp_FFFFFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/arrow_upward_38dp_FFFFFF.png -------------------------------------------------------------------------------- /image/auto1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/auto1.jpg -------------------------------------------------------------------------------- /image/bd11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/bd11.jpg -------------------------------------------------------------------------------- /image/card-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/card-1.jpg -------------------------------------------------------------------------------- /image/card-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/card-2.jpg -------------------------------------------------------------------------------- /image/card-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/card-3.jpg -------------------------------------------------------------------------------- /image/cc1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/cc1.jpg -------------------------------------------------------------------------------- /image/check-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /image/contact.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/contact.webp -------------------------------------------------------------------------------- /image/d1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/d1.jpg -------------------------------------------------------------------------------- /image/ds1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/ds1.jpg -------------------------------------------------------------------------------- /image/envelope-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /image/forum.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/forum.jpeg -------------------------------------------------------------------------------- /image/gssocextd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/gssocextd.jpg -------------------------------------------------------------------------------- /image/haaaaack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/haaaaack.jpg -------------------------------------------------------------------------------- /image/m1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/m1.jpg -------------------------------------------------------------------------------- /image/m2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/m2.jpg -------------------------------------------------------------------------------- /image/m3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/m3.jpg -------------------------------------------------------------------------------- /image/mentor.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/mentor.jpeg -------------------------------------------------------------------------------- /image/message-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /image/ml fusion lab log.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/ml fusion lab log.jpg -------------------------------------------------------------------------------- /image/ml fusion lab logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/ml fusion lab logo.jpeg -------------------------------------------------------------------------------- /image/ml-fusion-lab-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/ml-fusion-lab-logo.png -------------------------------------------------------------------------------- /image/never-stop-learning-3653430_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/never-stop-learning-3653430_1280.jpg -------------------------------------------------------------------------------- /image/phone-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /image/popup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/popup.jpg -------------------------------------------------------------------------------- /image/popup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/popup1.png -------------------------------------------------------------------------------- /image/popup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/popup2.png -------------------------------------------------------------------------------- /image/programming-2115930_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/programming-2115930_1280.jpg -------------------------------------------------------------------------------- /image/project.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/project.jpg -------------------------------------------------------------------------------- /image/r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r1.png -------------------------------------------------------------------------------- /image/r10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r10.jpg -------------------------------------------------------------------------------- /image/r11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r11.jpg -------------------------------------------------------------------------------- /image/r12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r12.jpg -------------------------------------------------------------------------------- /image/r13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r13.jpg -------------------------------------------------------------------------------- /image/r14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r14.jpg -------------------------------------------------------------------------------- /image/r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r2.png -------------------------------------------------------------------------------- /image/r3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r3.jpg -------------------------------------------------------------------------------- /image/r4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r4.jpg -------------------------------------------------------------------------------- /image/r5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r5.jpg -------------------------------------------------------------------------------- /image/r6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r6.jpg -------------------------------------------------------------------------------- /image/r7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r7.jpg -------------------------------------------------------------------------------- /image/r8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r8.jpg -------------------------------------------------------------------------------- /image/r9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/r9.jpg -------------------------------------------------------------------------------- /image/resource.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/resource.jpeg -------------------------------------------------------------------------------- /image/robot-2301646_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/robot-2301646_1280.jpg -------------------------------------------------------------------------------- /image/social.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/social.jpeg -------------------------------------------------------------------------------- /image/teammate1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/teammate1.jpg -------------------------------------------------------------------------------- /image/teammate2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/teammate2.jpg -------------------------------------------------------------------------------- /image/teammate3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/teammate3.jpg -------------------------------------------------------------------------------- /image/teammate4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/image/teammate4.jpg -------------------------------------------------------------------------------- /image/user-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/CSS/data_science.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: Arial, sans-serif; 3 | margin: 0; 4 | padding: 0; 5 | background-color: #f4f4f4; 6 | color: #333; 7 | } 8 | 9 | 10 | .hero { 11 | display: flex; 12 | align-items: center; 13 | padding: 20px; 14 | background-color: #a2a3a2; 15 | background-image: none; 16 | } 17 | 18 | .hero-image { 19 | width: 50%; 20 | border-radius: 10px; 21 | margin-right: 20px; 22 | } 23 | 24 | .hero-text { 25 | width: 50%; 26 | } 27 | 28 | .prerequisites, .course-structure, .courses { 29 | padding: 20px; 30 | margin: 20px; 31 | background-color: white; 32 | border-radius: 10px; 33 | box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 34 | } 35 | 36 | h2 { 37 | color: #2d3747; 38 | } 39 | 40 | .modules { 41 | display: flex; 42 | flex-direction: column; 43 | } 44 | 45 | .module { 46 | margin-bottom: 15px; 47 | padding: 10px; 48 | background-color: #f9f9f9; 49 | border-left: 5px solid #392532; 50 | } 51 | .prerequisites { 52 | font-size: 1.5rem; 53 | font-weight: bold; 54 | } 55 | .prerequisites h2{ 56 | font-size: 2.4rem; 57 | } 58 | /* Style the courses section */ 59 | .courses { 60 | padding: 20px; 61 | text-align: center; 62 | } 63 | 64 | /* Style the heading */ 65 | .courses h2 { 66 | font-size: 2rem; 67 | margin-bottom: 20px; 68 | color: #333; 69 | } 70 | 71 | /* Make the list of courses a flex container */ 72 | .courses ul { 73 | display: flex; 74 | justify-content: space-between; 75 | padding: 0; 76 | list-style-type: none; 77 | gap: 20px; 78 | } 79 | 80 | /* Style individual course items as tiles */ 81 | .courses li { 82 | background-color: #f7f7f7; 83 | border-radius: 8px; 84 | width: calc(33.333% - 20px); /* Ensures 3 tiles fit on a row */ 85 | padding: 20px; 86 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 87 | transition: transform 0.3s ease, box-shadow 0.3s ease; 88 | } 89 | 90 | /* Link styling inside the course tiles */ 91 | .courses li a { 92 | text-decoration: none; 93 | color: #0073e6; 94 | font-size: 1.2rem; 95 | font-weight: bold; 96 | display: block; 97 | text-align: center; 98 | } 99 | 100 | /* Hover effect on course tiles */ 101 | .courses li:hover { 102 | transform: translateY(-10px); /* Lift the tile */ 103 | box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Add deeper shadow */ 104 | } 105 | 106 | /* Media query for mobile responsiveness */ 107 | @media (max-width: 768px) { 108 | .courses ul { 109 | flex-direction: column; 110 | align-items: center; 111 | } 112 | 113 | .courses li { 114 | width: 100%; 115 | margin-bottom: 20px; 116 | } 117 | } 118 | body.dark-mode { 119 | background-color: #121212; 120 | color: #928c8c; 121 | font-family: Arial, sans-serif; 122 | } 123 | 124 | body.dark-mode h2, 125 | body.dark-mode h3 { 126 | color: #BB86FC; 127 | } 128 | 129 | body.dark-mode .prerequisites, 130 | body.dark-mode .course-structure, 131 | body.dark-mode .courses { 132 | background-color: #1E1E1E; 133 | border-radius: 8px; 134 | padding: 20px; 135 | margin: 15px 0; 136 | box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 137 | } 138 | 139 | body.dark-mode ul { 140 | list-style-type: none; 141 | padding: 0; 142 | } 143 | 144 | body.dark-mode ul li { 145 | padding: 10px 0; 146 | } 147 | 148 | body.dark-mode ul li a { 149 | color: #BB86FC; 150 | text-decoration: none; 151 | transition: color 0.3s; 152 | } 153 | 154 | body.dark-mode ul li a:hover { 155 | color: #FFB74D; 156 | text-decoration: underline; 157 | } 158 | 159 | body.dark-mode .module { 160 | border: 1px solid #BB86FC; 161 | border-radius: 8px; 162 | padding: 15px; 163 | margin: 10px 0; 164 | } 165 | 166 | body.dark-mode .module h3 { 167 | color: #FFB74D; 168 | } 169 | 170 | body.dark-mode .module p { 171 | color: #E0E0E0; 172 | } 173 | body.dark-mode .courses li { 174 | background-color: #404549; 175 | } 176 | 177 | body.dark-mode .courses li a{ 178 | color: #9f9292; 179 | } 180 | body.dark-mode .module{ 181 | background-color: #404549; 182 | } 183 | 184 | body.dark-mode .hero { 185 | background-color: #292a29; 186 | } 187 | -------------------------------------------------------------------------------- /pages/CSS/terms.css: -------------------------------------------------------------------------------- 1 | /* General Styles */ 2 | * { 3 | margin: 0; 4 | padding: 0; 5 | box-sizing: border-box; 6 | } 7 | 8 | body { 9 | font-family: Arial, sans-serif; 10 | line-height: 1.6; 11 | color: #333; 12 | background-color: #f8f9fa; 13 | } 14 | 15 | .header-container { 16 | background-color: #007bff; 17 | color: #fff; 18 | padding: 1.5em; 19 | text-align: center; 20 | } 21 | 22 | .header-container h1 { 23 | margin-bottom: 0.5em; 24 | } 25 | 26 | .header-container p { 27 | font-size: 1.1em; 28 | } 29 | 30 | /* Main Content */ 31 | main { 32 | max-width: 800px; 33 | margin: 2em auto; 34 | padding: 1em; 35 | background: #ffffff; 36 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 37 | border-radius: 8px; 38 | } 39 | 40 | .terms-section { 41 | margin-bottom: 1.5em; 42 | } 43 | 44 | .terms-section h2 { 45 | font-size: 1.3em; 46 | color: #007bff; 47 | margin-bottom: 0.5em; 48 | } 49 | 50 | .terms-section p { 51 | font-size: 1em; 52 | margin-bottom: 0.5em; 53 | } 54 | 55 | /* Footer */ 56 | .footer-bar { 57 | text-align: center; 58 | padding: 1em; 59 | background-color: #007bff; 60 | color: #fff; 61 | font-size: 0.9em; 62 | position: relative; 63 | bottom: 0; 64 | width: 100%; 65 | } 66 | 67 | a { 68 | color: #007bff; 69 | text-decoration: none; 70 | } 71 | 72 | a:hover { 73 | text-decoration: underline; 74 | } 75 | -------------------------------------------------------------------------------- /pages/Programming.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Programming & Development - ML Fusion Labs 9 | 11 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 |
23 |
24 | 29 | 46 |
47 | 48 |
49 | Programming & Development 50 |
51 |

What is Programming & Development?

52 |

Programming & Development involves writing code to create software applications, ranging from web and 53 | mobile apps to enterprise software. Developers use languages like Python, JavaScript, Java, and 54 | frameworks to build efficient and scalable solutions.

55 |
56 |
57 | 58 |
59 |

Prerequisites

60 |
    61 |
  • Knowledge of at least one programming language (e.g., Python, Java, JavaScript)
  • 62 |
  • Understanding of algorithms and data structures
  • 63 |
  • Familiarity with software development life cycles
  • 64 |
  • Problem-solving skills and logical thinking
  • 65 |
66 |
67 | 68 |
69 |

Course Structure

70 |
71 |
72 |

Module 1: Basics of Programming

73 |

Learn the fundamentals of programming, including syntax, variables, and control structures.

74 |
75 |
76 |

Module 2: Object-Oriented Programming (OOP)

77 |

Understand core OOP concepts such as classes, objects, inheritance, and polymorphism.

78 |
79 |
80 |

Module 3: Web Development

81 |

Introduction to HTML, CSS, JavaScript, and popular frameworks like React and Angular.

82 |
83 |
84 |

Module 4: Mobile App Development

85 |

Build mobile applications using platforms like Flutter, React Native, and Android Studio.

86 |
87 |
88 |

Module 5: Backend Development & Databases

89 |

Learn server-side programming, RESTful APIs, and database management using SQL and NoSQL.

90 |
91 |
92 |

Module 6: Software Engineering Practices

93 |

Best practices for coding, testing, version control, and collaborative software development.

94 |
95 |
96 |
97 | 98 |
99 |

Recommended Courses

100 | 106 |
107 | 108 | 141 | 142 | 145 | 146 | 147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /pages/ai.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Artificial Intelligence - ML Fusion Labs 9 | 11 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 |
23 |
24 | 29 | 46 |
47 | 48 |
49 | Artificial Intelligence 50 |
51 |

What is Artificial Intelligence?

52 |

Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are 53 | programmed to think and act like humans. AI applications range from machine learning to natural language 54 | processing and robotics.

55 |
56 |
57 | 58 |
59 |

Prerequisites

60 |
    61 |
  • Strong understanding of programming languages (Python, Java)
  • 62 |
  • Knowledge of mathematics (statistics, linear algebra, calculus)
  • 63 |
  • Familiarity with data structures and algorithms
  • 64 |
  • Basic understanding of neural networks and machine learning
  • 65 |
66 |
67 | 68 |
69 |

Course Structure

70 |
71 |
72 |

Module 1: Fundamentals of AI

73 |

An introduction to AI concepts, including problem-solving, reasoning, and basic AI algorithms.

74 |
75 |
76 |

Module 2: Machine Learning Techniques

77 |

Learn various machine learning models, such as supervised, unsupervised, and reinforcement learning. 78 |

79 |
80 |
81 |

Module 3: Deep Learning & Neural Networks

82 |

Explore deep learning, neural networks, and frameworks like TensorFlow and PyTorch.

83 |
84 |
85 |

Module 4: Natural Language Processing

86 |

Understanding how to process and analyze textual data using NLP techniques.

87 |
88 |
89 |

Module 5: Real-World AI Projects

90 |

Work on projects to build intelligent systems, including chatbots and recommendation engines.

91 |
92 |
93 |
94 | 95 |
96 |

Recommended Courses

97 | 103 |
104 | 105 | 138 | 139 | 142 | 143 | 144 | 145 | 146 | 147 | -------------------------------------------------------------------------------- /pages/arrow_upper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/pages/arrow_upper.png -------------------------------------------------------------------------------- /pages/autonomous_system.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Autonomous Systems - ML Fusion Labs 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 |
20 |
21 |
22 | 29 | 46 |
47 | 48 |
49 | Autonomous Systems 50 |
51 |

What are Autonomous Systems?

52 |

Autonomous Systems are self-governing systems that can operate independently, making decisions without 53 | human intervention, often powered by AI, robotics, and machine learning.

54 |
55 |
56 | 57 |
58 |

Prerequisites

59 |
    60 |
  • Basic knowledge of robotics and AI
  • 61 |
  • Understanding of machine learning algorithms
  • 62 |
  • Familiarity with programming languages (Python, C++)
  • 63 |
64 |
65 | 66 |
67 |

Course Structure

68 |
69 |
70 |

Module 1: Introduction to Autonomous Systems

71 |

Explore the basics of autonomous systems, their applications, and future trends.

72 |
73 |
74 |

Module 2: Robotics and Control Systems

75 |

Learn how robots function, focusing on sensors, actuators, and control systems.

76 |
77 |
78 |

Module 3: AI for Autonomous Systems

79 |

Understand the role of AI in enabling autonomy, covering neural networks and deep learning.

80 |
81 |
82 |

Module 4: Real-Time Processing

83 |

Learn about real-time data processing and decision-making capabilities for autonomous operations.

84 |
85 |
86 |

Module 5: Practical Projects

87 |

Work on hands-on projects to build and test autonomous systems.

88 |
89 |
90 |
91 | 92 |
93 |

Course Titles

94 | 102 |
103 | 135 | 138 | 139 | 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /pages/business_development.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Business Development - ML Fusion Labs 9 | 11 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 |
24 |
25 |
26 | 33 | 50 |
51 | 52 |
53 | Business Development 54 |
55 |

What is Business Development?

56 |

Business Development involves strategic planning, partnerships, and market understanding to drive growth 57 | and revenue for organizations.

58 |
59 |
60 | 61 |
62 |

Prerequisites

63 |
    64 |
  • Basic understanding of market dynamics
  • 65 |
  • Familiarity with business concepts and strategy
  • 66 |
  • Strong communication skills
  • 67 |
68 |
69 | 70 |
71 |

Course Structure

72 |
73 |
74 |

Module 1: Business Strategy Fundamentals

75 |

Learn the core concepts of business strategy, including SWOT analysis and market positioning.

76 |
77 |
78 |

Module 2: Sales and Marketing Tactics

79 |

Understand sales processes, negotiation skills, and digital marketing techniques.

80 |
81 |
82 |

Module 3: Networking and Partnerships

83 |

Learn how to build valuable connections and partnerships to grow your business.

84 |
85 |
86 |

Module 4: Financial Planning

87 |

Gain insights into budgeting, forecasting, and financial management for business development.

88 |
89 |
90 |

Module 5: Case Studies and Real-World Projects

91 |

Apply your knowledge through real-world business development projects and case studies.

92 |
93 |
94 |
95 | 96 |
97 |

Course Titles

98 | 105 |
106 | 107 | 139 | 142 | 143 | 144 | 145 | 146 | 147 | -------------------------------------------------------------------------------- /pages/cloud_computing.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Cloud Computing - ML Fusion Labs 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 |
20 |
21 |
22 | 29 | 46 |
47 | 48 |
49 | Cloud Computing 50 |
51 |

What is Cloud Computing?

52 |

Cloud Computing enables the delivery of computing services—including servers, storage, databases, 53 | networking, software, and analytics—over the Internet ("the cloud"), offering faster innovation, 54 | flexible resources, and economies of scale.

55 |
56 |
57 | 58 |
59 |

Prerequisites

60 |
    61 |
  • Basic understanding of computer networks
  • 62 |
  • Knowledge of operating systems (Linux, Windows)
  • 63 |
  • Familiarity with virtualization and containerization
  • 64 |
65 |
66 | 67 |
68 |

Course Structure

69 |
70 |
71 |

Module 1: Introduction to Cloud Computing

72 |

Learn the fundamentals of cloud computing, including its evolution, benefits, and common use cases. 73 |

74 |
75 |
76 |

Module 2: Cloud Service Models (IaaS, PaaS, SaaS)

77 |

Understand the different cloud service models and how they cater to varying business needs.

78 |
79 |
80 |

Module 3: Cloud Infrastructure and Virtualization

81 |

Explore the role of virtualization in cloud computing and how infrastructure is managed in the cloud. 82 |

83 |
84 |
85 |

Module 4: Networking in the Cloud

86 |

Learn about networking principles and how they are implemented within cloud environments, including 87 | VPCs, subnets, and load balancers.

88 |
89 |
90 |

Module 5: Cloud Security & Compliance

91 |

Gain insights into cloud security, including data encryption, firewalls, and compliance standards. 92 |

93 |
94 |
95 |

Module 6: Cloud Storage Solutions

96 |

Understand different cloud storage types, including object storage, block storage, and file storage, 97 | and their respective use cases.

98 |
99 |
100 |

Module 7: Deployment & Scaling on the Cloud

101 |

Learn how to deploy, manage, and scale applications in cloud environments using tools like Docker and 102 | Kubernetes.

103 |
104 |
105 |

Module 8: Real-World Cloud Projects

106 |

Work on hands-on projects that demonstrate how to set up, deploy, and manage applications on popular 107 | cloud platforms like AWS, Azure, and Google Cloud.

108 |
109 |
110 |
111 | 112 |
113 |

Course Titles

114 | 122 |
123 | 124 | 156 | 159 | 160 | 161 | 162 | 163 | 164 | -------------------------------------------------------------------------------- /pages/data_science.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Data Science - ML Fusion Labs 8 | 10 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 |
23 |
24 |
25 | 32 | 53 |
54 | 55 |
56 | Data Science 57 |
58 |

What is Data Science?

59 |

Data Science is a multidisciplinary field that uses scientific methods, processes, algorithms, and 60 | systems to extract knowledge and insights from structured and unstructured data.

61 |
62 |
63 | 64 |
65 |

Prerequisites

66 |
    67 |
  • Basic understanding of statistics
  • 68 |
  • Familiarity with programming languages (Python or R)
  • 69 |
  • Basic knowledge of algebra and calculus
  • 70 |
71 |
72 | 73 |
74 |

Course Structure

75 |
76 |
77 |

Module 1: Introduction to Data Science

78 |

Learn about the fundamentals of data science, including data manipulation and visualization.

79 |
80 |
81 |

Module 2: Data Analysis with Python

82 |

Dive into data analysis techniques using Python libraries like Pandas and NumPy.

83 |
84 |
85 |

Module 3: Machine Learning Basics

86 |

Understand machine learning algorithms and how to implement them using scikit-learn.

87 |
88 |
89 |

Module 4: Data Visualization

90 |

Learn to visualize data effectively using libraries such as Matplotlib and Seaborn.

91 |
92 |
93 |

Module 5: Real-World Projects

94 |

Work on projects to apply your skills and build a portfolio.

95 |
96 |
97 |
98 | 99 |
100 |

Course Titles

101 | 108 |
109 | 141 | 144 | 145 | 146 | 147 | 148 | 149 | -------------------------------------------------------------------------------- /pages/email.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Contact Us - ML Fusion Labs 9 | 12 | 13 | 14 | 104 | 105 | 106 | 107 |
108 |
109 |
110 |
111 | 133 |
134 | 135 |
136 |
137 |
138 |

Contact Us

139 |

Have a question or need help? Send us a message and we will get back to you shortly.

140 |
141 | 142 |
143 | 144 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 |
159 | 160 |
161 |

Email us directly at info@mlfusionlabs.com

162 |

We usually respond within 24-48 hours.

163 |
164 |
165 |
166 | 167 | 202 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | -------------------------------------------------------------------------------- /pages/forum.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Forum - ML Fusion Lab 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 22 | 45 |
46 | 47 |
48 |

Join Our Forum

49 |

Explore some of the best machine learning forums around the globe. Connect with like-minded learners, discuss, collaborate, and grow together.

50 | 51 | 82 | 83 |
84 | See More 85 |
86 |
87 | 88 | 89 | 90 | 113 | 114 | 115 | 116 | 117 | 132 | 133 | 134 | 141 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /pages/intr-to-ml.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Introduction to Machine Learning 7 | 8 | 121 | 122 | 123 |
124 |
125 |
126 |
127 | 141 | 142 |
143 | 144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 | 177 |
178 |

Introduction to Machine Learning

179 |

Welcome to the Introduction to Machine Learning course. This course covers the basic concepts of machine learning, including types of ML and key algorithms.

180 | 181 | Learn More 182 |
183 | 184 | 204 | 205 | 224 | 225 | 263 | 270 | 271 | 272 | -------------------------------------------------------------------------------- /pages/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Login 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 28 | 29 |
30 |
31 |
32 |
33 |

ML Fusion Labs

34 | 37 | 38 |
39 | 40 | 43 |
44 | 45 | 46 | 47 | 48 | 49 | 50 |
51 |
52 | 53 | 80 | 81 |
82 |
83 |
84 |

Hello friends

85 |

If you have an account, login here.

86 | 89 |
90 |
91 |

Start your journey now

92 |

If you don't have an account yet, join us and start your journey.

93 | 96 |
97 |
98 |
99 |
100 |
101 | 102 | 103 | 104 | 105 | 106 | -------------------------------------------------------------------------------- /pages/mentor_program.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Mentor - ML Fusion Lab 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |
19 | 24 | 47 |
48 | 49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 | 82 | 83 |
84 |
85 |

Meet Our Mentors

86 |
87 | 93 | 99 | 104 |
105 |
106 | 107 |
108 |
109 | Mentor 1 110 |

Dr. Ada Clarke

111 |

Expert in Machine Learning and Deep Learning, 10+ years of experience in the industry.

112 | View Profile 113 |
114 | 115 |
116 | Mentor 2 117 |

Jane Smith

118 |

Data Scientist and AI Researcher, passionate about teaching and mentoring.

119 | View Profile 120 |
121 | 122 |
123 | Mentor 3 124 |

Dr. Emily White

125 |

AI Ethics and NLP Specialist, guiding students and professionals towards AI research.

126 | View Profile 127 |
128 |
129 | 130 |
131 | See More 132 |
133 | 134 | 141 |
142 | 143 | 144 | 167 | 168 | 169 | 170 | 185 | 186 | 224 | 225 | 226 | 233 | 234 | 235 | 236 | -------------------------------------------------------------------------------- /pages/qa_schedule.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Q&A - ML Fusion Lab 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |
19 | 24 | 47 |
48 | 49 | 50 |
51 |
52 | 53 |
54 |

Latest Q&A Session

55 |
56 | 57 |
58 |
59 | 60 | 61 |
62 |

Previous Week's Q&A

63 |
64 | 65 |
66 |
67 |
68 | 69 |
70 | 71 |
72 |

Last Week's Q&A FAQs

73 |
    74 |
  • Q: How to start learning AI?
    A: Begin with Python and follow structured courses.
  • 75 |
  • Q: What platforms are good for ML practice?
    A: Try platforms like Kaggle, Coursera, and fast.ai.
  • 76 | 77 |
78 |
79 | 80 | 81 |
82 |

Ask Your Question

83 |
84 | 85 | 86 |
87 |
88 |
89 | 90 |
91 | 92 |
93 |

Q&A Guidelines

94 |

Questions should be relevant and respectful. Avoid spamming or using inappropriate content.

95 |
96 | 97 | 98 |
99 |

Next Q&A Schedule

100 |

Next session: October 20, 2024, 6:00 PM IST.

101 |

Submit questions by October 18, 2024 to be featured in the session!

102 |
103 |
104 |
105 | 106 | 107 | 130 | 131 | 132 | 133 | 134 | 149 | 150 | 151 | 158 | 159 | 160 | 161 | -------------------------------------------------------------------------------- /script/contributor.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("DOMContentLoaded", () => { 2 | const contributorsContainer = document.getElementById("contributors"); 3 | 4 | async function fetchContributors() { 5 | try { 6 | const response = await fetch( 7 | `https://api.github.com/repos/ML-Fusion-Lab/ML-Fusion-Lab-Website/contributors` 8 | ); 9 | const contributors = await response.json(); 10 | 11 | contributorsContainer.innerHTML = ""; 12 | contributors.forEach((contributor) => { 13 | const contributorCard = document.createElement("div"); 14 | contributorCard.className = "contributor-card"; 15 | 16 | contributorCard.innerHTML = ` 17 | 18 | ${contributor.login} 19 | 20 |

${contributor.login}

21 |

Contributions: ${contributor.contributions}

22 | `; 23 | 24 | contributorsContainer.appendChild(contributorCard); 25 | }); 26 | } catch (error) { 27 | console.error("Error fetching contributors:", error); 28 | } 29 | } 30 | 31 | fetchContributors(); 32 | }); 33 | -------------------------------------------------------------------------------- /script/courses.js: -------------------------------------------------------------------------------- 1 | import courses from "../script/courseDetails.js"; 2 | 3 | const cardContainer = document.querySelector(".cards-container"); 4 | const loadMoreButton = document.querySelector(".load-more-button"); 5 | const searchInput = document.getElementById("search-id"); 6 | 7 | // Render courses 8 | const cardPerPage = 5; 9 | let currentIndex = 0; 10 | let filteredCourses = courses; // Create a filtered array 11 | 12 | // Function to create and append course cards 13 | const createCourseCard = (course) => { 14 | const card = document.createElement("a"); 15 | const cardImg = document.createElement("img"); 16 | const cardContent = document.createElement("div"); 17 | const logoDiv = document.createElement("div"); 18 | const logo = document.createElement("img"); 19 | const title = document.createElement("h3"); 20 | const desc = document.createElement("p"); 21 | const skills = document.createElement("span"); 22 | const logoName = document.createElement("span"); 23 | 24 | // Set attributes 25 | card.className = "card no-decoration"; 26 | card.setAttribute("href", `course_details.html?courseId=${course.id}`); 27 | cardImg.setAttribute("src", course.img); 28 | cardImg.setAttribute("alt", course.title); 29 | 30 | cardContent.className = "card-content"; 31 | logoDiv.className = "logo"; 32 | logoName.innerHTML = course.logoName; 33 | logoName.className = "logoName"; 34 | logo.setAttribute("src", course.logo); 35 | 36 | title.innerHTML = course.title; 37 | desc.innerHTML = course.desc; 38 | 39 | skills.className = "tag"; 40 | skills.innerHTML = course.skills; 41 | 42 | // Append the elements 43 | card.appendChild(cardImg); 44 | card.appendChild(cardContent); 45 | cardContent.appendChild(logoDiv); 46 | cardContent.appendChild(title); 47 | cardContent.appendChild(desc); 48 | 49 | if (course.skills) { 50 | cardContent.appendChild(skills); 51 | } 52 | 53 | logoDiv.appendChild(logo); 54 | logoDiv.appendChild(logoName); 55 | cardContainer.appendChild(card); 56 | }; 57 | 58 | // Function to render courses 59 | const renderCourses = () => { 60 | // Clear the container 61 | cardContainer.innerHTML = ""; 62 | 63 | // Show courses based on current index and cardPerPage 64 | const coursesToShow = filteredCourses.slice(0, currentIndex + cardPerPage); 65 | coursesToShow.forEach((course) => createCourseCard(course)); 66 | 67 | // Update the current index 68 | currentIndex += cardPerPage; 69 | 70 | // Hide load more button if all courses are loaded 71 | loadMoreButton.classList.toggle("hide-btn", currentIndex >= filteredCourses.length); 72 | }; 73 | 74 | // Filter courses 75 | const filterCourses = (query) => { 76 | currentIndex = 0; 77 | filteredCourses = courses.filter((course) => 78 | course.title.toLowerCase().includes(query.toLowerCase()) 79 | ); 80 | renderCourses(); 81 | }; 82 | 83 | // Event listeners 84 | loadMoreButton.addEventListener("click", renderCourses); 85 | 86 | searchInput.addEventListener("input", (e) => { 87 | const searchQuery = e.target.value; 88 | filterCourses(searchQuery); 89 | }); 90 | 91 | // Animation setup 92 | document.addEventListener("DOMContentLoaded", function () { 93 | const coords = { x: 0, y: 0 }; 94 | const circles = document.querySelectorAll(".circle"); 95 | 96 | circles.forEach(function (circle) { 97 | circle.x = 0; 98 | circle.y = 0; 99 | }); 100 | 101 | window.addEventListener("mousemove", function (e) { 102 | coords.x = e.pageX; 103 | coords.y = e.pageY - window.scrollY; 104 | }); 105 | 106 | window.onload = function() { 107 | document.getElementById("search-id").focus(); 108 | }; 109 | 110 | function animateCircles() { 111 | let x = coords.x; 112 | let y = coords.y; 113 | 114 | circles.forEach(function (circle, index) { 115 | circle.style.left = `${x - 12}px`; 116 | circle.style.top = `${y - 12}px`; 117 | circle.style.transform = `scale(${(circles.length - index) / circles.length}`; 118 | 119 | const nextCircle = circles[index + 1] || circles[0]; 120 | circle.x = x; 121 | circle.y = y; 122 | 123 | x += (nextCircle.x - x) * 0.3; 124 | y += (nextCircle.y - y) * 0.3; 125 | }); 126 | 127 | requestAnimationFrame(animateCircles); 128 | } 129 | 130 | animateCircles(); 131 | }); 132 | 133 | // Filter courses based on URL params 134 | let URLParams = new URLSearchParams(window.location.search); 135 | let searchParams = URLParams.get("skill"); 136 | 137 | if (searchParams) { 138 | const courseSection = document.querySelector(".courses"); 139 | let filterHeader = document.createElement("div"); 140 | filterHeader.classList.add("filter-header"); 141 | 142 | let removeFiltersBtn = document.createElement("button"); 143 | removeFiltersBtn.classList.add("remove-filters-btn"); 144 | removeFiltersBtn.innerHTML = "Remove filters"; 145 | 146 | removeFiltersBtn.addEventListener("click", () => { 147 | filteredCourses = courses; 148 | renderCourses(); 149 | window.history.pushState({}, document.title, window.location.pathname); 150 | filterHeader.remove(); 151 | }); 152 | 153 | let filterTitle = document.createElement("h2"); 154 | filterTitle.setAttribute("id", "filterTitle"); 155 | filterTitle.style.fontSize = "25px"; 156 | filterTitle.style.marginBottom = 0; 157 | filterTitle.innerHTML = `Courses tagged with '${searchParams}'`; 158 | 159 | filterHeader.appendChild(filterTitle); 160 | filterHeader.appendChild(removeFiltersBtn); 161 | 162 | courseSection.prepend(filterHeader); 163 | 164 | let coursesWithTag = filteredCourses.filter((course) => 165 | course.skills.includes(searchParams) 166 | ); 167 | filteredCourses = coursesWithTag; 168 | renderCourses(); 169 | } 170 | 171 | // Initial render of courses 172 | renderCourses(); -------------------------------------------------------------------------------- /script/forgotpassword.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/f41b4f500dae96ea52c425d288a2fcabe162e287/script/forgotpassword.js -------------------------------------------------------------------------------- /script/popup.js: -------------------------------------------------------------------------------- 1 | // Function to handle form submission 2 | // Show toast and redirect to signup page 3 | function showToastAndRedirect() { 4 | const toast = document.getElementById('toast'); 5 | toast.classList.add('active'); 6 | 7 | // Start the progress bar animation 8 | toast.querySelector('.progress').classList.add('active'); 9 | 10 | // Set a timeout to redirect after 3 seconds 11 | setTimeout(() => { 12 | redirectToSignup(); 13 | }, 3000); 14 | } 15 | 16 | // Redirect function 17 | function redirectToSignup() { 18 | // Assuming your login/signup page is at pages/login.html 19 | window.location.href = 'pages/login.html'; 20 | } 21 | 22 | // Hide popup and update the navigation bar on successful login 23 | function hidePopupAndShowLogout() { 24 | document.getElementById('popup').style.display = 'none'; // Hide the popup 25 | document.getElementById('login-btn').style.display = 'none'; // Hide the login button 26 | document.getElementById('logout-btn').style.display = 'block'; // Show the logout button 27 | } 28 | 29 | // Show popup automatically unless the user is logged in 30 | window.onload = function () { 31 | const userLoggedIn = sessionStorage.getItem('userLoggedIn'); 32 | if (!userLoggedIn) { 33 | // Only show the popup if the user is not logged in 34 | document.getElementById('popup').style.display = 'flex'; 35 | } 36 | }; 37 | 38 | // Close the pop-up when the user clicks the close button 39 | document.querySelector('.close-btn').addEventListener('click', function () { 40 | document.getElementById('popup').style.display = 'none'; 41 | }); 42 | 43 | // Close the pop-up when the user clicks outside the popup content 44 | document.getElementById('popup').addEventListener('click', function (event) { 45 | if (event.target === document.getElementById('popup')) { 46 | document.getElementById('popup').style.display = 'none'; 47 | } 48 | }); 49 | 50 | // Handle form submission 51 | document.getElementById('emailForm').addEventListener('submit', function (event) { 52 | event.preventDefault(); // Prevent default form submission behavior 53 | 54 | const email = document.getElementById('email').value; 55 | if (email) { 56 | alert(`Thank you! A 20% discount code has been sent to ${email}`); 57 | document.getElementById('popup').style.display = 'none'; 58 | } 59 | }); 60 | 61 | // Handle "No thanks" link 62 | document.querySelector('.no-thanks').addEventListener('click', function (event) { 63 | event.preventDefault(); 64 | document.getElementById('popup').style.display = 'none'; 65 | }); 66 | 67 | // Function to handle logout 68 | function logout() { 69 | // Perform any logout operations here (e.g., clearing cookies/session) 70 | alert('You have logged out successfully!'); 71 | 72 | // After logout, revert the login/logout buttons 73 | document.getElementById('login-btn').style.display = 'block'; // Show the login button 74 | document.getElementById('logout-btn').style.display = 'none'; // Hide the logout button 75 | 76 | // Remove login status from sessionStorage 77 | sessionStorage.removeItem('userLoggedIn'); 78 | 79 | // Optionally reload the page or redirect the user 80 | window.location.href = 'index.html'; 81 | } 82 | 83 | // Simulate user login for demonstration purposes 84 | document.addEventListener('DOMContentLoaded', function () { 85 | // Check if user is logged in 86 | const userLoggedIn = sessionStorage.getItem('userLoggedIn'); 87 | 88 | if (userLoggedIn === 'true') { 89 | hidePopupAndShowLogout(); // Hide the popup and switch login to logout 90 | } 91 | 92 | // Simulate login (this should be your actual login process) 93 | document.getElementById('login-btn').addEventListener('click', function () { 94 | // Store login status in sessionStorage 95 | sessionStorage.setItem('userLoggedIn', 'true'); 96 | hidePopupAndShowLogout(); // Hide popup and update navigation 97 | }); 98 | 99 | // Check if the user is logged out and update accordingly 100 | document.getElementById('logout-btn').addEventListener('click', function () { 101 | sessionStorage.removeItem('userLoggedIn'); 102 | logout(); 103 | }); 104 | }); 105 | -------------------------------------------------------------------------------- /script/script.js: -------------------------------------------------------------------------------- 1 | const themeSwitch = document.getElementById('checkbox'); // Ensure this matches your HTML button's ID 2 | const body = document.body; 3 | const header = document.querySelector('header'); 4 | const footer = document.querySelector('footer'); 5 | 6 | // progress bar functioning 7 | window.onscroll = function () { updateProgressBar() }; 8 | 9 | function updateProgressBar() { 10 | var windowScroll = document.documentElement.scrollTop || document.body.scrollTop; 11 | var windowHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight; 12 | var scrollPercentage = (windowScroll / windowHeight) * 100; 13 | 14 | document.getElementById('progress-bar').style.width = scrollPercentage + "%"; 15 | } 16 | 17 | // Function to enable dark mode 18 | function enableDarkMode() { 19 | body.classList.add('dark-mode'); 20 | header.classList.add('dark-mode'); 21 | footer.classList.add('dark-mode'); 22 | themeSwitch.classList.add('dark-theme'); // Update the switch appearance 23 | } 24 | 25 | // Function to disable dark mode 26 | function disableDarkMode() { 27 | body.classList.remove('dark-mode'); 28 | header.classList.remove('dark-mode'); 29 | footer.classList.remove('dark-mode'); 30 | themeSwitch.classList.remove('dark-theme'); // Update the switch appearance 31 | } 32 | 33 | // Event listener for dark mode toggle button 34 | themeSwitch.addEventListener('click', () => { 35 | if (body.classList.contains('dark-mode')) { 36 | disableDarkMode(); // Switch to light mode 37 | localStorage.removeItem('dark-mode'); // Remove from local storage 38 | } else { 39 | enableDarkMode(); // Switch to dark mode 40 | localStorage.setItem('dark-mode', 'enabled'); // Save in local storage 41 | } 42 | }); 43 | 44 | // Optional: Check the initial mode on page load 45 | if (localStorage.getItem('dark-mode') === 'enabled') { 46 | enableDarkMode(); 47 | } 48 | 49 | document.addEventListener('DOMContentLoaded', () => { 50 | console.log("Welcome to ML Fusion Lab!"); 51 | }); 52 | 53 | 54 | 55 | 56 | 57 | 58 | const themeToggle = document.getElementById('themeToggle'); 59 | themeToggle.addEventListener('click', () => { 60 | document.body.classList.toggle('dark-mode'); 61 | }); 62 | 63 | // 64 | 65 | document.addEventListener("DOMContentLoaded", function () { 66 | const coords = { x: 0, y: 0 }; 67 | const circles = document.querySelectorAll(".circle"); 68 | 69 | circles.forEach(function (circle) { 70 | circle.x = 0; 71 | circle.y = 0; 72 | }); 73 | 74 | window.addEventListener("mousemove", function (e) { 75 | coords.x = e.pageX; 76 | coords.y = e.pageY - window.scrollY; // Adjust for vertical scroll position 77 | }); 78 | 79 | function animateCircles() { 80 | let x = coords.x; 81 | let y = coords.y; 82 | 83 | circles.forEach(function (circle, index) { 84 | circle.style.left = `${x - 12}px`; 85 | circle.style.top = `${y - 12}px`; 86 | circle.style.transform = `scale(${(circles.length - index) / circles.length})`; 87 | 88 | const nextCircle = circles[index + 1] || circles[0]; 89 | circle.x = x; 90 | circle.y = y; 91 | 92 | x += (nextCircle.x - x) * 0.3; 93 | y += (nextCircle.y - y) * 0.3; 94 | }); 95 | 96 | requestAnimationFrame(animateCircles); 97 | } 98 | 99 | animateCircles(); 100 | }); 101 | -------------------------------------------------------------------------------- /script/scroll.js: -------------------------------------------------------------------------------- 1 | const scrollTopBtn = document.getElementById("scrollTopBtn"); 2 | scrollTopBtn.style.setProperty('visibility', 'hidden', 'important'); 3 | 4 | window.addEventListener('scroll', function() { 5 | 6 | if (window.scrollY > 100) { 7 | scrollTopBtn.style.setProperty('visibility', 'visible', 'important'); 8 | } else { 9 | scrollTopBtn.style.setProperty('visibility', 'hidden', 'important'); 10 | } 11 | }); 12 | 13 | function scrollToTop() { 14 | window.scrollTo({top: 0, behavior: 'smooth'}); 15 | } 16 | -------------------------------------------------------------------------------- /style/mentor_program.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 | } 4 | body { 5 | font-family: 'Poppins', sans-serif; 6 | margin: 0; 7 | padding: 0; 8 | color: #514e4e; 9 | background-color: #ffffff; 10 | } 11 | 12 | header { 13 | background-color: #efeded; 14 | border-bottom: 3px solid #007BFF; 15 | color: #0e2904; 16 | display: flex; 17 | justify-content: space-between; 18 | align-items: center; 19 | padding: 0px 10px; 20 | } 21 | 22 | header .logo { 23 | margin: 0; 24 | } 25 | 26 | nav { 27 | position: relative; 28 | } 29 | 30 | nav ul { 31 | list-style: none; 32 | padding: 0; 33 | display: flex; 34 | margin: 0; 35 | } 36 | 37 | nav ul li { 38 | margin: 0 50px; 39 | } 40 | 41 | nav ul li a { 42 | text-decoration: none; 43 | background-color: #3d3939; 44 | color: #fff; 45 | padding: 10px 15px; 46 | border-radius: 5px; 47 | display: block; 48 | transition: background-color 0.3s; 49 | } 50 | 51 | nav ul li a:hover { 52 | background-color: #6791ab; 53 | color: #fff; 54 | } 55 | 56 | .hamburger { 57 | display: none; 58 | } 59 | 60 | /* Footer styling */ 61 | footer { 62 | background-color: #1a1919; 63 | color: white; 64 | padding: 40px 0; 65 | text-align: center; 66 | position: relative; 67 | } 68 | 69 | footer .container { 70 | max-width: 1200px; 71 | margin: 0 auto; 72 | padding: 0 20px; 73 | } 74 | 75 | .footer-links, 76 | .footer-socials { 77 | margin: 10px 0; 78 | } 79 | 80 | .footer-links a, 81 | .footer-socials a { 82 | color: white; 83 | text-decoration: none; 84 | margin: 0 10px; 85 | transition: color 0.3s; 86 | } 87 | 88 | .footer-links a:hover, 89 | .footer-socials a:hover { 90 | color: #007BFF; 91 | } 92 | 93 | .footer-contact { 94 | margin: 10px 0; 95 | color: white; 96 | } 97 | 98 | .footer-contact a { 99 | color: white; 100 | text-decoration: none; 101 | } 102 | 103 | .footer-contact a:hover { 104 | text-decoration: underline; 105 | } 106 | 107 | .footer-socials a { 108 | margin: 0 10px; 109 | color: rgb(240, 228, 228); 110 | font-size: 24px; 111 | transition: color 0.3s ease; 112 | } 113 | 114 | .footer-socials a:hover { 115 | color: #aca7eb; 116 | } 117 | 118 | footer p { 119 | font-size: 14px; 120 | color: white; 121 | } 122 | 123 | 124 | /* Responsive Styling */ 125 | @media (max-width: 768px) { 126 | .footer-socials, .footer-contact, .footer-links { 127 | margin-bottom: 15px; 128 | font-size: 16px; 129 | } 130 | 131 | .footer-socials a { 132 | font-size: 20px; 133 | } 134 | 135 | .footer-contact p, .footer-links a { 136 | font-size: 14px; 137 | } 138 | } 139 | 140 | #scrollTopBtn { 141 | display: none; 142 | position: fixed; 143 | bottom: 30px; 144 | right: 30px; 145 | background-color: #007bff; 146 | color: white; 147 | border: none; 148 | border-radius: 50%; 149 | padding: 10px; 150 | cursor: pointer; 151 | } 152 | 153 | #scrollTopBtn:hover { 154 | background-color: #0056b3; 155 | } 156 | 157 | .mentor-section { 158 | padding: 50px; 159 | background-color: #f9f9f9; 160 | } 161 | 162 | .mentor-header { 163 | display: flex; 164 | justify-content: space-between; 165 | align-items: center; 166 | margin-bottom: 20px; 167 | } 168 | 169 | .filter { 170 | display: flex; 171 | align-items: center; 172 | gap: 15px; 173 | } 174 | 175 | .filter select { 176 | padding: 8px; 177 | border-radius: 5px; 178 | border: 1px solid #525050; 179 | font-size: 14px; 180 | } 181 | 182 | .mentor-container { 183 | max-width: 1200px; 184 | margin: auto; 185 | display: grid; 186 | grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 187 | gap: 20px; 188 | } 189 | 190 | .mentor-card { 191 | background: linear-gradient(129deg, #b9b8b8, #e8d0d0); 192 | padding: 20px; 193 | border-radius: 10px; 194 | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 195 | transition: transform 0.3s, box-shadow 0.3s; 196 | } 197 | 198 | .mentor-card:hover { 199 | transform: translateY(-10px); 200 | box-shadow: 0 6px 12px rgba(71, 68, 68, 0.2); 201 | background: linear-gradient(129deg, #ebcfcf, #9ba8b7); 202 | } 203 | 204 | .mentor-card img { 205 | width: 100%; 206 | height: auto; 207 | aspect-ratio: 3/2; 208 | border-radius: 10px; 209 | object-fit: cover; 210 | } 211 | 212 | .mentor-card h3 { 213 | margin: 15px 0; 214 | font-size: 24px; 215 | font-weight: bold; 216 | color: #333; 217 | } 218 | 219 | .mentor-card p { 220 | color: #666; 221 | } 222 | 223 | .mentor-card a { 224 | text-decoration: none; 225 | color: #677584; 226 | font-weight: bold; 227 | display: block; 228 | margin-top: 10px; 229 | } 230 | 231 | .email-form { 232 | max-width: 600px; 233 | margin: 40px auto; 234 | text-align: center; 235 | } 236 | 237 | .email-form input[type="email"] { 238 | padding: 12px; 239 | width: 80%; 240 | border: 1px solid #ccc; 241 | border-radius: 5px; 242 | margin-bottom: 20px; 243 | } 244 | 245 | .email-form button { 246 | padding: 10px 20px; 247 | background-color: #616f7d; 248 | color: white; 249 | border: none; 250 | border-radius: 5px; 251 | cursor: pointer; 252 | } 253 | 254 | .email-form button:hover { 255 | background-color: #0056b3; 256 | } 257 | 258 | .see-more { 259 | text-align: center; 260 | margin-top: 30px; 261 | } 262 | 263 | .see-more a { 264 | color: #6689a9; 265 | text-decoration: none; 266 | font-weight: bold; 267 | } 268 | 269 | /*dark mode*/ 270 | body.dark-mode section.mentor-section { 271 | margin-top: 2px; 272 | background-color: #000000; 273 | color: whitesmoke; 274 | padding: 150px 20px; 275 | text-align: center; 276 | } 277 | body.dark-mode section.mentor-section h3 { 278 | color: rgb(0, 0, 0); 279 | } 280 | body.dark-mode section.mentor-section .content .content-heading { 281 | color: rgb(255, 255, 255); 282 | } 283 | 284 | 285 | body.dark-mode .footer{ 286 | background-color: #5b5656; 287 | color: white; 288 | } 289 | 290 | body.dark-mode .head { 291 | background-color: #363636; 292 | color: white; 293 | } 294 | 295 | 296 | /* theme switch switch style */ 297 | 298 | .checkbox { 299 | opacity: 0; 300 | position: absolute; 301 | } 302 | 303 | .checkbox-label { 304 | background: linear-gradient(82deg, #ffffff, #00796b); 305 | width: 60px; 306 | height: 28px; 307 | border-radius: 50px; 308 | position: relative; 309 | padding: 5px; 310 | cursor: pointer; 311 | display: flex; 312 | justify-content: space-between; 313 | align-items: center; 314 | } 315 | .theme-btn{ 316 | height: 23px; 317 | height: 23px; 318 | } 319 | .checkbox-label .ball { 320 | background-color: #000000; 321 | width: 24px; 322 | height: 24px; 323 | position: absolute; 324 | left: 2px; 325 | top: 2px; 326 | border-radius: 50%; 327 | transition: transform 0.3s linear; 328 | 329 | } 330 | 331 | .checkbox:checked + .checkbox-label .ball { 332 | transform: translateX(31px); 333 | 334 | } 335 | 336 | 337 | /* Here are the styles for the theme toggel */ 338 | /* .theme-switch { 339 | margin-right: 20px; 340 | display: inline-block; 341 | width: 60px; 342 | height: 30px; 343 | border-radius: 30px; 344 | background: linear-gradient(82deg, #ffffff, #00796b); 345 | position: relative; 346 | cursor: pointer; 347 | transition: background 0.3s ease-in-out; 348 | vertical-align: middle; 349 | } 350 | 351 | .theme-switch::before { 352 | content: ""; 353 | position: absolute; 354 | top: 3px; 355 | left: 3px; 356 | width: 24px; 357 | height: 24px; 358 | background-size: contain; 359 | background-repeat: no-repeat; 360 | background-position: center; 361 | transition: left 0.3s ease-in-out, background-image 0.3s ease-in-out; 362 | background-image: url("../Assets/moon.png"); 363 | } 364 | 365 | .theme-switch.dark-theme { 366 | background: linear-gradient(82deg, #ffffff, #151414); 367 | } 368 | 369 | .theme-switch.dark-theme::before { 370 | left: 33px; 371 | background-image: url("../Assets/sun.png"); 372 | } */ 373 | .footer-socials { 374 | display: flex; 375 | align-items: center; 376 | justify-content: center; 377 | } 378 | 379 | .footer-socials a { 380 | margin: 0 5px; 381 | } 382 | 383 | .footer-socials img, 384 | .footer-socials i { 385 | width: 30px; 386 | height: 30px; 387 | } 388 | 389 | /* css for mouse cursor trail effect */ 390 | .circle { 391 | position: absolute; 392 | width: 25px; 393 | height: 25px; 394 | border-radius: 50%; 395 | pointer-events: none; 396 | background: radial-gradient(circle, rgba(70, 130, 180, 0.3),skyblue, rgba(0, 0, 50, 0.3),white); 397 | transition: transform 0.1s, left 0.1s, top 0.1s; 398 | } 399 | 400 | .circle-container { 401 | position: fixed; 402 | top: 0; 403 | left: 0; 404 | width: 100%; 405 | height: 100%; 406 | pointer-events: none; 407 | z-index: 9999; /* removed the non-breaking space ( ) */ 408 | } -------------------------------------------------------------------------------- /style/popup.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 | }/* Styling for the pop-up */ 4 | .popup { 5 | display: none; 6 | position: fixed; 7 | top: 0; 8 | left: 0; 9 | width: 100%; 10 | height: 100%; 11 | background-color: rgba(0, 0, 0, 0.5); 12 | justify-content: center; 13 | align-items: center; 14 | z-index: 1000; 15 | } 16 | 17 | .popup-content { 18 | display: flex; 19 | background-color: #FFFFFF; 20 | width: 100%; 21 | max-width: 800px; 22 | height: 450px; 23 | overflow: hidden; 24 | box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 25 | } 26 | 27 | .popup-left img { 28 | width: 100%; 29 | height: 100%; 30 | object-fit: cover; 31 | } 32 | 33 | /* #popuplogo{ 34 | height: 70px; 35 | width: 70px; 36 | position: relative; 37 | top: 0; 38 | left: 356px; 39 | } */ 40 | 41 | .popup-right { 42 | padding: 20px; 43 | width: 50%; 44 | display: flex; 45 | flex-direction: column; 46 | align-items: center; 47 | justify-content: center; 48 | } 49 | 50 | .popup-right h1 { 51 | font-size: 28px; 52 | color: #1e1e1e; 53 | margin-bottom: 10px; 54 | margin-top: 55px; 55 | } 56 | 57 | .popup-right h2 { 58 | font-size: 22px; 59 | color: #424141; 60 | margin-bottom: 20px; 61 | } 62 | 63 | .popup-right p { 64 | font-size: 16px; 65 | color: #000000; 66 | margin-bottom: 20px; 67 | text-align: center; 68 | } 69 | 70 | input[type="email"] { 71 | width: 100%; 72 | padding: 10px; 73 | margin-bottom: 10px; 74 | border: 1px solid #ccc; 75 | border-radius: 5px; 76 | font-size: 14px; 77 | } 78 | 79 | .signup-btn { 80 | width: 100%; 81 | padding: 10px; 82 | background-color: #28a745; 83 | color: #fff; 84 | border: none; 85 | border-radius: 5px; 86 | cursor: pointer; 87 | font-size: 16px; 88 | } 89 | 90 | .signup-btn:hover { 91 | background-color: #218838; 92 | } 93 | 94 | .no-thanks { 95 | display: block; 96 | margin-top: 10px; 97 | text-align: center; 98 | color: #000000; 99 | text-decoration: none; 100 | margin-bottom: 25px; 101 | } 102 | 103 | .no-thanks:hover { 104 | text-decoration: underline; 105 | font-size: 15px; 106 | } 107 | 108 | .terms { 109 | margin-top: 10px; 110 | font-size: 12px; 111 | text-align: center; 112 | } 113 | 114 | 115 | .terms a { 116 | color: #000000; 117 | text-decoration: underline; 118 | } 119 | -------------------------------------------------------------------------------- /style/qa-schedule.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 | } 4 | body { 5 | font-family: 'Poppins', sans-serif; 6 | margin: 0; 7 | padding: 0; 8 | color: #352f2f; 9 | background-color: #edebeb; 10 | } 11 | 12 | header { 13 | background-color: #efeded; 14 | border-bottom: 3px solid #007BFF; 15 | color: #0e2904; 16 | display: flex; 17 | justify-content: space-between; 18 | align-items: center; 19 | padding: 0px 10px; 20 | } 21 | 22 | header .logo { 23 | margin: 0; 24 | } 25 | 26 | nav { 27 | position: relative; 28 | } 29 | 30 | nav ul { 31 | list-style: none; 32 | padding: 0; 33 | display: flex; 34 | margin: 0; 35 | } 36 | 37 | nav ul li { 38 | margin: 0 50px; 39 | } 40 | 41 | nav ul li a { 42 | text-decoration: none; 43 | background-color: #3d3939; 44 | color: #fff; 45 | padding: 10px 15px; 46 | border-radius: 5px; 47 | display: block; 48 | transition: background-color 0.3s; 49 | } 50 | 51 | nav ul li a:hover { 52 | background-color: #6791ab; 53 | color: #fff; 54 | } 55 | 56 | .hamburger { 57 | display: none; 58 | } 59 | 60 | /* Footer Styling */ 61 | footer { 62 | background-color: #1a1919; 63 | color: white; 64 | padding: 40px 0; 65 | text-align: center; 66 | position: relative; 67 | } 68 | 69 | footer .container { 70 | max-width: 1200px; 71 | margin: 0 auto; 72 | padding: 0 20px; 73 | } 74 | 75 | .footer-links, 76 | .footer-socials { 77 | margin: 10px 0; 78 | } 79 | 80 | .footer-links a, 81 | .footer-socials a { 82 | color: white; 83 | text-decoration: none; 84 | margin: 0 10px; 85 | transition: color 0.3s; 86 | } 87 | 88 | .footer-links a:hover, 89 | .footer-socials a:hover { 90 | color: #007BFF; 91 | } 92 | 93 | .footer-contact { 94 | margin: 10px 0; 95 | color: white; 96 | } 97 | 98 | .footer-contact a { 99 | color: white; 100 | text-decoration: none; 101 | } 102 | 103 | .footer-contact a:hover { 104 | text-decoration: underline; 105 | } 106 | 107 | .footer-socials a { 108 | margin: 0 10px; 109 | color: rgb(240, 228, 228); 110 | font-size: 24px; 111 | transition: color 0.3s ease; 112 | } 113 | 114 | .footer-socials a:hover { 115 | color: #aca7eb; 116 | } 117 | 118 | footer p { 119 | font-size: 14px; 120 | color: white; 121 | } 122 | 123 | /* Responsive Styling */ 124 | @media (max-width: 768px) { 125 | .footer-socials, .footer-contact, .footer-links { 126 | margin-bottom: 15px; 127 | font-size: 16px; 128 | } 129 | 130 | .footer-socials a { 131 | font-size: 20px; 132 | } 133 | 134 | .footer-contact p, .footer-links a { 135 | font-size: 14px; 136 | } 137 | } 138 | 139 | #scrollTopBtn { 140 | display: none; 141 | position: fixed; 142 | bottom: 30px; 143 | right: 30px; 144 | background-color: #007bff; 145 | color: white; 146 | border: none; 147 | border-radius: 50%; 148 | padding: 10px; 149 | cursor: pointer; 150 | } 151 | 152 | #scrollTopBtn:hover { 153 | background-color: #0056b3; 154 | } 155 | 156 | /* Dark Mode Styling */ 157 | body.dark-mode section.mentor-section { 158 | margin-top: 2px; 159 | background-color: #000000; 160 | color: whitesmoke; 161 | padding: 150px 20px; 162 | text-align: center; 163 | } 164 | 165 | body.dark-mode section.mentor-section h3 { 166 | color: rgb(0, 0, 0); 167 | } 168 | 169 | body.dark-mode section.mentor-section .content .content-heading { 170 | color: rgb(255, 255, 255); 171 | } 172 | 173 | body.dark-mode .footer { 174 | background-color: #5b5656; 175 | color: white; 176 | } 177 | 178 | body.dark-mode .head { 179 | background-color: #363636; 180 | color: white; 181 | } 182 | 183 | /* Theme Toggle */ 184 | /* .theme-switch { 185 | margin-right: 20px; 186 | display: inline-block; 187 | width: 60px; 188 | height: 30px; 189 | border-radius: 30px; 190 | background: linear-gradient(82deg, #ffffff, #00796b); 191 | position: relative; 192 | cursor: pointer; 193 | transition: background 0.3s ease-in-out; 194 | vertical-align: middle; 195 | } 196 | 197 | .theme-switch::before { 198 | content: ""; 199 | position: absolute; 200 | top: 3px; 201 | left: 3px; 202 | width: 24px; 203 | height: 24px; 204 | background-size: contain; 205 | background-repeat: no-repeat; 206 | background-position: center; 207 | transition: left 0.3s ease-in-out, background-image 0.3s ease-in-out; 208 | background-image: url("../Assets/moon.png"); 209 | } 210 | 211 | .theme-switch.dark-theme { 212 | background: linear-gradient(82deg, #ffffff, #151414); 213 | } 214 | 215 | .theme-switch.dark-theme::before { 216 | left: 33px; 217 | background-image: url("../Assets/sun.png"); 218 | } */ 219 | 220 | 221 | /* theme toggle switch */ 222 | 223 | .checkbox { 224 | opacity: 0; 225 | position: absolute; 226 | } 227 | 228 | .checkbox-label { 229 | background: linear-gradient(82deg, #ffffff, #00796b); 230 | width: 60px; 231 | height: 28px; 232 | border-radius: 50px; 233 | position: relative; 234 | padding: 5px; 235 | cursor: pointer; 236 | display: flex; 237 | justify-content: space-between; 238 | align-items: center; 239 | } 240 | .theme-btn{ 241 | height: 23px; 242 | height: 23px; 243 | } 244 | .checkbox-label .ball { 245 | background-color: #000000; 246 | width: 24px; 247 | height: 24px; 248 | position: absolute; 249 | left: 2px; 250 | top: 2px; 251 | border-radius: 50%; 252 | transition: transform 0.3s linear; 253 | 254 | } 255 | 256 | .checkbox:checked + .checkbox-label .ball { 257 | transform: translateX(31px); 258 | 259 | } 260 | 261 | 262 | /* Social Icons */ 263 | .footer-socials { 264 | display: flex; 265 | align-items: center; 266 | justify-content: center; 267 | } 268 | 269 | .footer-socials a { 270 | margin: 0 5px; 271 | } 272 | 273 | .footer-socials img, 274 | .footer-socials i { 275 | width: 30px; 276 | height: 30px; 277 | } 278 | .qna-section { 279 | display: flex; 280 | flex-direction: column; 281 | gap: 20px; 282 | max-width: 1200px; 283 | margin: auto; 284 | padding: 20px; 285 | background-color: #e3e9f3; 286 | } 287 | 288 | .qna-row { 289 | display: flex; 290 | justify-content: space-between; /* Ensures space between two tiles */ 291 | gap: 20px; /* Adds space between the tiles */ 292 | } 293 | 294 | .qna-tile { 295 | flex: 1 1 calc(50% - 10px); /* Makes each tile take 50% of the row with space between */ 296 | padding: 20px; 297 | border-radius: 12px; 298 | box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 299 | background: linear-gradient(190deg, #7a88bc,#e5b792); 300 | color: rgb(51, 51, 62); 301 | transition: transform 0.3s ease; 302 | box-sizing: border-box; /* Ensures padding doesn't affect the width */ 303 | box-shadow: #363636,4px; 304 | } 305 | 306 | .qna-tile:hover { 307 | transform: translateY(-5px); 308 | } 309 | 310 | .qna-tile h2 { 311 | margin-bottom: 15px; 312 | font-size: 1.8rem; 313 | } 314 | 315 | .qna-tile p { 316 | font-size: 1rem; 317 | line-height: 1.5; 318 | } 319 | 320 | .video-wrapper iframe { 321 | width: 100%; 322 | height: 250px; 323 | border-radius: 8px; 324 | } 325 | 326 | .faq-list { 327 | list-style: none; 328 | padding-left: 0; 329 | text-align: left; 330 | } 331 | 332 | .faq-list li { 333 | margin-bottom: 10px; 334 | font-size: 1rem; 335 | } 336 | 337 | .ask-question form { 338 | display: flex; 339 | flex-direction: column; 340 | gap: 10px; 341 | } 342 | 343 | .ask-question input { 344 | padding: 10px; 345 | width: 100%; 346 | max-width: 500px; 347 | border-radius: 8px; 348 | border: 2px solid #ffffff; 349 | } 350 | 351 | .ask-question button { 352 | padding: 10px 20px; 353 | background-color: #4c5461a1; 354 | color: #ffffff; 355 | font-size: 1rem; 356 | border-radius: 8px; 357 | cursor: pointer; 358 | border: none; 359 | } 360 | 361 | .ask-question button:hover { 362 | background-color: #d500f9; 363 | } 364 | 365 | /* Responsive Design for Mobile */ 366 | @media (max-width: 768px) { 367 | .qna-row { 368 | flex-direction: column; 369 | } 370 | 371 | .qna-tile { 372 | width: 100%; /* Full width on mobile screens */ 373 | } 374 | 375 | .video-wrapper iframe { 376 | height: 200px; 377 | } 378 | } 379 | body.dark-mode .qna-tile { 380 | background: #4a4a4a; 381 | color: #ffffff; 382 | box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1); 383 | } 384 | 385 | body.dark-mode section.qna-section { 386 | background-color: #2b2b2b; 387 | } 388 | body.dark-mode { 389 | background-color: #2c2c2c; 390 | color: #ffffff; 391 | } -------------------------------------------------------------------------------- /style/resources.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 | } 4 | body { 5 | font-family: 'Poppins', sans-serif; 6 | margin: 0; 7 | padding: 0; 8 | color: #333; 9 | } 10 | 11 | header { 12 | background-color: #f8f9fa; 13 | display: flex; 14 | justify-content: space-between; 15 | align-items: center; 16 | padding: 20px; 17 | } 18 | 19 | header .logo { 20 | margin: 0; 21 | } 22 | 23 | nav { 24 | position: relative; 25 | } 26 | 27 | nav ul { 28 | list-style: none; 29 | padding: 0; 30 | display: flex; 31 | margin: 0; 32 | } 33 | 34 | nav ul li { 35 | margin: 0 15px; 36 | } 37 | 38 | nav ul li a { 39 | text-decoration: none; 40 | color: #333; 41 | } 42 | 43 | nav ul li a:hover { 44 | color: #007BFF; 45 | } 46 | 47 | .hamburger { 48 | display: none; 49 | } 50 | 51 | .resources { 52 | padding: 40px 20px; 53 | text-align: center; 54 | } 55 | 56 | .resources h2 { 57 | font-size: 2.5em; 58 | margin-bottom: 20px; 59 | } 60 | 61 | .resources p { 62 | font-size: 1.2em; 63 | margin-bottom: 30px; 64 | } 65 | 66 | .resource-container { 67 | display: flex; 68 | justify-content: space-around; 69 | flex-wrap: wrap; 70 | margin: 20px 0; 71 | } 72 | 73 | .resource-section { 74 | width: 30%; 75 | margin: 10px; 76 | } 77 | 78 | .resource-section h3 { 79 | font-size: 1.5em; 80 | margin-bottom: 20px; 81 | } 82 | 83 | .resource-block { 84 | display: flex; 85 | flex-direction: column; 86 | gap: 20px; 87 | } 88 | 89 | .resource-item { 90 | background: linear-gradient(45deg, #f4f5d3, #474c68); 91 | border-radius: 8px; 92 | padding: 20px; 93 | text-align: center; 94 | transition: transform 0.3s; 95 | } 96 | 97 | .resource-item:hover { 98 | transform: scale(1.05); 99 | } 100 | 101 | .resource-item img { 102 | width: 100%; 103 | height: auto; 104 | aspect-ratio: 3/2; 105 | border-radius: 5px; 106 | object-fit: cover; 107 | margin-top: 5%; 108 | margin-bottom: 10%; 109 | } 110 | .name{ 111 | font-size: 1.6em; 112 | color: #0e2904; 113 | } 114 | 115 | footer { 116 | background-color: #222; 117 | color: white; 118 | text-align: center; 119 | padding: 20px; 120 | position: relative; /* Ensure it stays at the bottom */ 121 | margin: 0; /* Set margin to 0 */ 122 | } 123 | 124 | .footer-socials, 125 | .footer-contact, 126 | .footer-links { 127 | margin: 10px 0; 128 | } 129 | 130 | .footer-links a { 131 | color: #fff; 132 | text-decoration: none; 133 | } 134 | 135 | .footer-links a:hover { 136 | text-decoration: underline; 137 | } 138 | 139 | #scrollTopBtn { 140 | display: none; 141 | position: fixed; 142 | bottom: 30px; 143 | right: 30px; 144 | background-color: #007BFF; 145 | color: white; 146 | border: none; 147 | border-radius: 5px; 148 | padding: 10px; 149 | cursor: pointer; 150 | z-index: 1000; 151 | } 152 | 153 | #scrollTopBtn:hover { 154 | background-color: #0056b3; 155 | } 156 | /* css for mouse cursor trail effect */ 157 | .circle { 158 | position: absolute; 159 | width: 25px; 160 | height: 25px; 161 | border-radius: 50%; 162 | pointer-events: none; 163 | background: radial-gradient(circle, rgba(70, 130, 180, 0.3),skyblue, rgba(0, 0, 50, 0.3),white); 164 | transition: transform 0.1s, left 0.1s, top 0.1s; 165 | } 166 | 167 | .circle-container { 168 | position: fixed; 169 | top: 0; 170 | left: 0; 171 | width: 100%; 172 | height: 100%; 173 | pointer-events: none; 174 | z-index: 9999; /* removed the non-breaking space ( ) */ 175 | } -------------------------------------------------------------------------------- /style/scroll.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 3 | } 4 | #scrollTopBtn { 5 | position: fixed; 6 | bottom: 20px; 7 | right: 98px; 8 | display: none; 9 | width: 60px; 10 | height: 60px; 11 | border-radius: 50%; 12 | background-color: #00A6FF; 13 | color: white; 14 | border: none; 15 | font-size: 20px; 16 | display: flex; 17 | justify-content: center; 18 | align-items: center; 19 | line-height: 60px; 20 | padding: 5px; 21 | box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); 22 | cursor: pointer; 23 | z-index: 100; 24 | transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s; 25 | } 26 | 27 | #scrollTopBtn:hover { 28 | background-color: #007BBF; 29 | box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25); 30 | transform: translateY(-2px); 31 | } 32 | 33 | #scrollTopBtn i { 34 | font-size: 25px; 35 | margin: 0; 36 | padding: 0; 37 | line-height: 1; 38 | } 39 | 40 | #scrollTopBtn:focus { 41 | outline: none; 42 | box-shadow: 0px 0px 0px 4px rgba(0, 166, 255, 0.5); 43 | } 44 | 45 | ::-webkit-scrollbar { 46 | width: 0.8em; 47 | } 48 | 49 | ::-webkit-scrollbar-track { 50 | background: #333333; 51 | border-radius: 100vw; 52 | margin-block: 0.5em; 53 | } 54 | 55 | ::-webkit-scrollbar-thumb { 56 | background-color: #00A6FF; 57 | border-radius: 10vw; 58 | } 59 | 60 | @supports (scrollbar-color: #00A6FF) { 61 | * { 62 | scrollbar-color: #00A6FF #333333; 63 | } 64 | } 65 | -------------------------------------------------------------------------------- /visi.css: -------------------------------------------------------------------------------- 1 | .visitor-counter { 2 | 3 | position: fixed; 4 | top: 640px; 5 | left: 10px; 6 | background-color: rgb(208 208 214); /* Slightly opaque background for better visibility */ 7 | height: 60px; 8 | width: 100px; 9 | color: #333; /* Darker text for better contrast */ 10 | font-weight: 700; 11 | font-size: 18px; 12 | text-align: center; 13 | display: flex; 14 | flex-direction: column; 15 | justify-content: center; 16 | align-items: center; 17 | border-radius: 12px; /* Softer corners */ 18 | backdrop-filter: blur(10px); /* Increased blur for a modern touch */ 19 | box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), /* Slightly more pronounced shadow */ 20 | 0 2px 4px rgba(0, 0, 0, 0.1); 21 | z-index: 1000; 22 | transition: all 0.3s ease; /* Smooth transition for hover effect */ 23 | 24 | } 25 | 26 | .visitor-counter:hover { 27 | 28 | transform: scale(1.05); /* Slightly enlarge on hover */ 29 | box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */ 30 | 31 | } 32 | 33 | .visitor-counter div:first-child { 34 | 35 | margin-bottom: 5px; 36 | font-size: 14px; /* Adjusted for clarity */ 37 | letter-spacing: 1px; /* Increased spacing for readability */ 38 | 39 | } 40 | 41 | .website-counter { 42 | 43 | font-size: 24px; 44 | font-family: 'Arial', sans-serif; /* Consistent font family */ 45 | 46 | } 47 | 48 | @media screen and (max-width: 768px) { 49 | 50 | .visitor-counter { 51 | 52 | height: 100px; 53 | width: 100px; 54 | font-size: 16px; 55 | 56 | } 57 | 58 | .website-counter { 59 | 60 | font-size: 20px; 61 | 62 | } 63 | 64 | } 65 | 66 | @media screen and (max-width: 480px) { 67 | 68 | .visitor-counter { 69 | 70 | height: 80px; 71 | width: 80px; 72 | font-size: 14px; 73 | 74 | } 75 | 76 | .website-counter { 77 | 78 | font-size: 18px; 79 | 80 | } 81 | 82 | } 83 | 84 | .dark-mode .visitor-counter div { 85 | 86 | color: #f0f0f0; /* Lighter text for dark mode */ 87 | 88 | } 89 | 90 | .dark-mode .visitor-counter .website-counter { 91 | 92 | color: #f0f0f0; /* Lighter color for consistency */ 93 | 94 | } 95 | 96 | .dark-mode .visitor-counter { 97 | 98 | background-color: rgba(0, 0, 0, 0.7); /* Darker background for dark mode */ 99 | box-shadow: 0 6px 12px rgba(255, 255, 255, 0.1), 100 | 0 2px 4px rgba(255, 255, 255, 0.05); 101 | 102 | } -------------------------------------------------------------------------------- /visi.js: -------------------------------------------------------------------------------- 1 | // Function to get the count from localStorage or initialize it 2 | function getVisitorCount() { 3 | 4 | return localStorage.getItem('visitorCount') || 0; 5 | 6 | } 7 | 8 | 9 | // Function to increment and save the count 10 | function incrementVisitorCount() { 11 | 12 | let count = parseInt(getVisitorCount()) + 1; 13 | localStorage.setItem('visitorCount', count); 14 | 15 | return count; 16 | } 17 | 18 | 19 | // Function to display the count 20 | function displayVisitorCount() { 21 | 22 | const counterElement = document.querySelector('.website-counter'); 23 | const count = incrementVisitorCount(); 24 | counterElement.textContent = count; 25 | 26 | } 27 | 28 | // Call the display function when the page loads 29 | document.addEventListener('DOMContentLoaded', displayVisitorCount); --------------------------------------------------------------------------------