Giter Site home page Giter Site logo

ipoetdev / ibm-skills-ai-colab-sessions Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.38 MB

PORTFOLIO: IBM Skills Build Programme for Artificial Intelligence - CoLab - Live Sessions & Final Project

License: GNU General Public License v3.0

Jupyter Notebook 100.00%
ai juypter-notebook python3 huggingface-accelerate huggingface-transformers pytorch tensorflow tensorflow-keras generative-ai google-colab ibm-skills-build ibm-watson matplotlib numpy pandas scikit-learn unsupervised-machine-learning artificial-intelligence keras

ibm-skills-ai-colab-sessions's Issues

[Task] ๐Ÿ› ๏ธ Security: Configure security analysis: Private Vuln Reporting | Dependabot

Task Topic

Other

Task Description

Configure repository security and analysis using GitHub Secuirty Settings

Tasks

  • Private vulnerability reporting
  • Dependency graph
  • Automatic dependency submission
  • Dependabot
    • Dependabot alerts
      • Dependabot rules
    • Dependabot security updates
    • Grouped security updates
    • Dependabot version updates
    • Dependabot on Actions runners

Code scanning

Tools

  • CodeQL analysis
  • Other Tools
    • Add any third-party

Protection Rules

  • Security alert severity levels: High or Higher
  • Standard alert severity level: Only Errors

Secret scanning

  • Receive alerts on GitHub for detected secrets, keys, or other tokens.
  • Push protection: Block commits that contain supported secrets

Use Case

Outline: Security and analysis features help keep your repository secure and updated.

  • Enable these features to perform read-only analysis on your repository.

Additional Information

๐Ÿ› [Bug]: External | OpenAI bug with API Key generation

Current Behavior

Current: OpenAI keys are not being generated.

Inspect | DevConsole

image

Expected Behavior

Expect: API Key generated on OpenAI on https://platform.openai.com/api-keys

Steps to Reproduce

  1. Open in 1st Browser and attempt
  2. Open in 2nd Browser (Google Chrome) and attempt
  3. Open in 2nd Browser (Google Chrome, incognito) and attempt
  4. Open in Google Chrome on mobile on 3G and attempt

Environment

  • OS: Windows, Android
  • MS Edge, Chrome, Chrome fro Android

Anything else?

No response

FAIR Compliance Dashboard

Check the FAIRness of your software

This issue is your repository's dashboard for all things FAIR. Keep it open as making and keeping software FAIR is a continuous process that evolves along with the software. You can read the documentation to learn more.

LICENSE โœ”๏ธ

A LICENSE file is found at the root level of the repository.

License

Metadata โœ”๏ธ

A CITATION.cff and a codemeta.json file are found in the repository. They may need to be updated over time as new people are contributing to the software, etc.

Metadata

๐Ÿ“ [Docs]: Build out the Repositories GitHub Issue Templates using GitHub Issue Forms

Docs Context

Configuration

File Name

.yaml (see below)

File Path

.github/ISSUE_TEMPLATES

Location

Templates

Type of Change

New/Missing

RFC Outline

Request:

  • Design, prepare and deploy GitHub YAML forms for the following use cases.
  • Why:
    • a) Show case knowledge, skill and refinement in issue definition and management,
    • b) Provide continual improvement and issue tracking facilities to repository and project.
    • c) Dog food and use these methods/approaches and use this as a task list.

Files:

  • bug.yaml: Code Issues: For reporting bugs or unexpected behavior in the code.
  • docs.yaml: Documentation RFC: For requesting changes or updates to documentation.
  • question.yaml: Support Request: For users seeking help or clarification on using the project.
  • feature.yaml: Feature Request: For suggesting new features or enhancements.
  • task.yaml: Task: For tracking specific tasks, chores, minor that need to be completed.
  • security.yaml: Security Reports: For tracking security issue like, libary versioning, dependancybot, secret exposure, CVEs that need to be reported.

1: Yaml created/generated using Perplexity.ai

Additional Information

.

Sources:

[Task] ๐Ÿ› ๏ธ Chore | Enhancement: Automate and generate Labels from `yaml` for Issues and PRs.

Task Topic

Automations

Task Description

Request: Automate and generate Labels from yaml configuration files in lieu of the burden of manual definition, creation, editing, removal.

How: By a GitHub Action

  • GitHub Action
  • GitHub App
  • External Service
  1. Select from GitHub Marketplace
  2. Select from other GitHub action source
  3. Roll your own action.

Use Case

Problem to Solve

  • Manually re-creating labels per repository
  • Customising longer inventory of labels
  • Utilising labels for more descriptive context / categorisation for search and individual preference.
  • Utilising labels to automate workflow and issue lifecycle (state, status, stage, priority, severity).

User Story

Context Description
As a maintainer of a GitHub repository
I/we want to manage the lifecycle of issues by workflow automation
So that to reduce manual effort in creating, reading/defining context, modifying, and removing or deprecating

Additional Information

Proposed Global Candidate Labels

Name Color Description Aliases
โœจ good first issue 5319e7 โœจ Good for newcomers beginner, easy
๐Ÿ†˜ help wanted 008672 ๐Ÿ†˜ Extra attention is needed assistance, need help
โณ status: pending c5def5 โณ More info is needed before deciding what to do awaiting response, waiting
๐Ÿ“Œ status: pinned 0052cc ๐Ÿ“Œ Should not be labeled as stale important, ๐Ÿ›‘ dont close
๐Ÿ•ฐ๏ธ status: stale fbca04 ๐Ÿ•ฐ๏ธ Inactive issues and PRs stale
๐Ÿšซ status: wontfix cfd3d7 ๐Ÿšซ This will not be worked on wontfix, not going to fix
๐Ÿ› type: bug d73a4a ๐Ÿ› Verified problems that need to be worked on bug, defect
๐Ÿ”ง type: chore C5DEF5 ๐Ÿ”ง Code changes: refactoring, dependency changes dependencies, type: dependencies, automation, type: automation
๐Ÿ“š type: docs C5DEF5 ๐Ÿ“š Documentation changes documentation, maintenance, type: maintenance
๐Ÿ”„ type: duplicate cfd3d7 ๐Ÿ”„ This issue or pull request already exists duplicate, already reported
๐ŸŒŸ type: feature 0E8A16 ๐ŸŒŸ New feature or feature request enhancement, type: enhancement, new feature
๐Ÿ”ง type: fix 1D76DB ๐Ÿ”ง Updates to existing functionalities fix, improvement
โŒ type: invalid e4e669 โŒ This doesn't seem right invalid, not valid
๐Ÿšซ type: not a bug 0e8a16 ๐Ÿšซ Reports that happen not to be our fault not a bug, not an issue
โ“ type: question d876e3 โ“ Further information is requested question, inquiry
๐Ÿ” type: enhancement 0E8A16 ๐Ÿ” Improvements to existing features improvement, feature enhancement
๐Ÿ”ฌ type: research f9c2ff ๐Ÿ”ฌ Research tasks or investigations investigation, exploration
โš™๏ธ type: performance ffcc00 โš™๏ธ Performance-related issues or improvements performance issue, optimization

Priority Labels

Name Color Description Aliases
๐Ÿšจ priority: high ff0000 ๐Ÿšจ High priority - needs immediate attention urgent, critical
โš ๏ธ priority: medium ffcc00 โš ๏ธ Medium priority - should be addressed soon normal, moderate
๐ŸŸข priority: low 00ff00 ๐ŸŸข Low priority - can be addressed later minor, trivial

Severity Labels

Name Color Description Aliases
๐Ÿ”ฅ severity: critical ff0000 ๐Ÿ”ฅ Critical severity - major impact on functionality blocker, severe
โš ๏ธ severity: major ffcc00 โš ๏ธ Major severity - significant impact but not critical high impact
๐ŸŸข severity: minor 00ff00 ๐ŸŸข Minor severity - low impact on functionality low impact, negligible
๐Ÿ”ต severity: trivial c5def5 ๐Ÿ”ต Trivial severity - no significant impact cosmetic, insignificant

[Feature] ๐Ÿš€ Anthropic Text Completions + API

Feature Topic

Jupyter Notebooks

Feature Description

In Fixing #7 ,We port to Anthropic text completions, API and Python SDK.

Use Case

Fixes #7, and for the same use case: Demonstrate TextCompletions as part of embeddable AI solutions

Additional Information

No response

Sources and References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.