Welcome to the EcologicalAI_Experiments repository! This repository contains Jupyter notebooks for a series of small experiments applying AI techniques to ecological data, with a focus on biodiversity, conservation, and environmental monitoring.
The purpose of this repository is to explore the application of AI and machine learning to ecological data, with experiments focusing on species identification, bioacoustics, and network analysis, among other areas of ecological research.
This repository includes the following Jupyter notebooks:
-
Missing Link Prediction in Ecological Networks
A notebook exploring the use of machine learning to predict missing interactions between species in ecological networks. -
Bioacoustics Classification
A notebook that uses AI to classify species based on bioacoustic data, helping to analyze animal vocalizations for biodiversity monitoring.
To get started with these notebooks:
-
Clone the repository:
git clone https://github.com/your-username/EcologicalAI_Experiments.git cd EcologicalAI_Experiments
-
Create a virtual environment (optional but recommended):
python3 -m venv env source env/bin/activate # On Windows, use `env\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Launch Jupyter Notebook:
jupyter notebook
-
Open the notebook you'd like to explore from the Jupyter interface.
For each experiment, navigate to the respective notebook in the repository and execute the cells to reproduce the experiment.
For example, to explore the Missing Link Prediction experiment:
- Open the
missing_link_prediction.ipynb
notebook. - Follow the instructions provided in the notebook to run the analysis.
Contributions are welcome! If you'd like to add a new experiment or improve existing notebooks, feel free to fork the repository, create a branch, and submit a pull request.
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push your changes:
git push origin feature-name
- Submit a pull request.
For questions or feedback, feel free to reach out to Navodita Mathur via LinkedIn or email: navoditamathur1998@gmail.com.