Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/example-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "Utsav Balar"
title: "How to effectively use BCI (Bio Computer Interface) and EEG (ElectoEncephaloGram) in non-invasive exoskeleton devices."
about: "---"
label: "biotech, BCI, AI, machine-learning"
---

Problem:

- Traditional exoskeleton devices or recent EEG devices use invasive techniques for operation.
**Invasive** here means that the hardware is inserted inside or on the human body, which can result in various health issues such as foreign body reflex, infection, etc.

Solution:

- Use BCI with Context Aware AI trained on signals provided by EEG.
- This will allow crippled or disabled patients to perform normal activities such as standing up, walking, grabbing, throwing, etc.

Resources:

- "Brain-Computer Interfaces for Communication and Control" - Research paper by Jonathan R. Wolpaw and Elizabeth Winter Wolpaw.
- "A review of EEG-based brain-computer interfaces as access pathways for individuals with severe disabilities" - Research paper by Christoph Guger et al.
- "Real-time control of a robot arm using simultaneously recorded neurons in the motor cortex" - Research paper by Andrew Schwartz et al.
- YouTube video: "Brain-Computer Interfaces: The Future of Human-Computer Interaction" - TEDx Talks.eo: "Brain-Computer Interfaces: The Future of Human-Computer Interaction" - TEDx Talks.
17 changes: 6 additions & 11 deletions .github/ISSUE_TEMPLATE/idea-discussion.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
---
name: Idea Discussion
about: Proper format to describe the idea and solution.
name: "Human Name"
title: "[IDEA]"
labels: ''
assignees: ''

about: "---"
labels: "label1, label2"
---

Problem / Idea :-


Solution :-

Problem:

Solution:

Implementation:-
Resources:
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Idea-Session
Idea Session At [VEGG](https://vegg.co.in) & [Vicharak](https://vicharak.in).
# VEGG and Vicharak Idea Sessions Archive Repository

Idea Sessions repository for [VEGG](https://vegg.co.in) & [Vicharak](https://vicharak.in).
We discuss ideas every month that are presented.

We discuss every month the ideas that we can present.
This repository will track all the idea sessions conducted at the office. It will contain each **individual's** idea along with an explanation and relevant resources.

The format for submitting an individual's idea will be through comments on an issue created during the week of the idea session.

To submit your idea, comment on the issue with the following format:

1. Author and Title of Idea:
- Name the Author and describe your idea in a title of less than 100 words.

2. Description of Idea:
- Provide a description of your idea that can be understood by other readers of this repository.
- Include the **Problem** and **Solution** aspects of your idea.

3. List of Resources:
- Finally, list the resources from which your idea originated.
- These can include online websites, research papers, YouTube videos, etc.

---

[Example Idea Template](.github/ISSUE_TEMPLATE/idea-discussion.md)

[Example Idea](.github/ISSUE_TEMPLATE/example-idea.md)

This repo will be utilised for thread system, where we will keep track everything discussed, and also can later suggest anything into it.