Installation & Requirements
Python 3.8+ is required.
Install from source
git clone https://github.com/gazi-faysal-jubayer/ExoBengal.git
cd ExoBengal
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -U pip
pip install -r requirements.txt
Dependencies
numpy
pandas
matplotlib
seaborn
scikit-learn
joblib
tensorflow
TensorFlow will run on CPU if no GPU is available.
Verify install
python -c "import exobengal; print('exobengal OK')"