Skip to content

NeuroTech-UCSD/Project-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Template

A template for any future projects

Project Video: https://youtu.be/

Link to paper:

Usage

  • Run pip install -r requirements.txt to install the dependencies.
  • In /scripts, python main.py will run the app.
  • Upload the entire project folder to Google drive, and open the .ipynb files in Colab to run the demo notebooks.

Github Directories

  • /data - Where the recorded eeg data, intermediate variables, and analysis results for plotting the figures will be stored.
  • /figures Stores all of the figures generated by the scripts.
  • /notebooks Demo notebooks illustrating the data processing and modeling pipeline.
  • /scripts Each script is for a particular processing stage.
    • /scripts/main.py - The scripts that runs the entire project pipeline, combining all of the processing scripts.
  • /src - Modular code files that are meant to be imported by different scripts.
    • /src/funcs.py - Modular data processing functions for the script files to use.
    • /src/utils.py - Modular utility functions such as ploting, loading, and saving the data.
    • /src/custom_module.py - Can have different names. Where we define custom classes for modeling, GUI, etc.

App Flow

Describe the app processing stages with figures and screenshots of the app.

Mapping of Electrodes

Describe the mapping of electrodes with a mapping figure and a real-life photo of the setup.

Modules

Descriptions of different parts of the projects worth noting, each with its own subtitle.

Acknowledgement

Put the team and partners here.

About

Template project structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published