Metadata-Version: 2.1
Name: cognify
Version: 0.0.11
Summary: DataScience environment for Insai BCI
Home-page: https://github.com/insai/cognify/tree/master/
Author: markdyousef
Author-email: markdyousef@gmail.com
License: Apache Software License 2.0
Keywords: eeg nirs cognition tms tes deeplearning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mne
Requires-Dist: psycopg2
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: yasa (==0.3.0)
Requires-Dist: scipy
Requires-Dist: heartpy
Requires-Dist: oct2py

# Cognify - Insai Cognition Lab

# Getting Started

To get started, you just need install the cognify library. The libary is constantly evolving so stay tuned for new updates.

## Install

Begin by installing the cognify library, by running in your terminal

`pip install cognify`

Next, you need to add a separate config file containing the database credentials. This file is **provided upon request**. It will need to be added to the folder where cognify was installed.

To find the installation location simply run

`pip show cognify`

This should give you the location of the cognify library

Navigate to that the cognify folder and place the `settings.ini` file that will be provided inside the folder.

