Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshAgrawal14 authored Oct 10, 2024
2 parents c6066c3 + 2364f41 commit d0c84a7
Show file tree
Hide file tree
Showing 42 changed files with 4,964 additions and 742 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pull Request

## Related Issue(s)
<!-- Link the issue(s) that are addressed by this pull request. Use the format "Closes #[issue-number]" to automatically close the issue when the PR is merged. -->
Closes #[issue-number]

## Description of Changes
<!-- Provide a brief summary of the changes made in this pull request. -->

## Screenshots (if applicable)
<!-- If there are any UI changes, please provide before and after screenshots. -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Report a bug to help us improve
title: "[BUG] "
labels: bug
assignees: ''

---

## Description
<!-- Provide a clear and concise description of what the bug is. -->

## Steps to Reproduce
<!-- Provide a clear and concise list of steps to reproduce the issue. -->
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

## Expected Behavior
<!-- Describe what you expected to happen. -->

## Actual Behavior
<!-- Describe what actually happened. -->

## Screenshots (if applicable)
<!-- If applicable, add screenshots to help explain your problem. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ''

---

## Description
<!-- Provide a clear and concise description of the feature you'd like to see. -->

## Problem it Solves
<!-- Explain the problem this feature would solve. -->

## Proposed Solution
<!-- Describe the solution you'd like. -->

## Alternatives Considered
<!-- Mention any alternative solutions or features you've considered. -->

## Additional Context
<!-- Add any other context or screenshots about the feature request here. -->
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!"
pr-message: " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better"
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEMINI_API_KEY=your_api_key_here

## API Reference

For detailed API documentation, please refer to our [API Reference](https://explainableai.readthedocs.io/en/latest/api.html).
For detailed API documentation, please refer to our [API Reference](https://pypi.org/project/explainableai/).

## Running Locally

Expand Down Expand Up @@ -163,6 +163,16 @@ To run ExplainableAI locally:

We welcome contributions to ExplainableAI! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get started.

## Credits

Explainable AI was created by [Om Bhojane](https://github.com/ombhojane). Special thanks to the following contributors for their support.

<p align="start">
<a href="https://github.com/ombhojane/explainableai/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ombhojane/explainableai"/>
</a>
</p>

## Acknowledgements

ExplainableAI builds upon several open-source libraries, including:
Expand Down
40 changes: 0 additions & 40 deletions createDB.py

This file was deleted.

Loading

0 comments on commit d0c84a7

Please sign in to comment.