Seenapse is a BCI software that allows you to think of 3 imagined movements and execute it's workflows. Think and get it done.
- pending
-
Clone the repository
git clone https://github.com/Nearhos/seenapse.git cd seenapse -
Install dependencies
pip install -r requirements.txt
-
Set up environment variables Create a
.envfile in the root directory with the required variables (see below). -
Run the application
streamlit run home.py
Or, if using FastAPI:
uvicorn main:app --reload
Create a .env file in the project root with:
# Example environment variables
DEBUG=True
SECRET_KEY=your_secret_keyAdjust variables as needed for your deployment.
- Python
- Neurosity SDK
- FastAPI
- ngrok
- MongoDB Vector Database
- Cohere API
- Vapi
- Jocelyn Velarde
- etc
This project is licensed under the MIT License.
For questions, suggestions, or contributions, please open an issue or pull request!