Python 3.10+
Main environment for notebooks, scripts, and scientific library integration.
A repository dedicated to consolidating AI studies and prototypes, exploring machine learning, deep learning, NLP, computer vision, and generative models.
AI_studies works as a central lab for experiments. Each learning cycle is documented for reuse and sharing with other developers.
The base combines the Python ecosystem with established frameworks for machine learning, visualisation, and data processing.
Main environment for notebooks, scripts, and scientific library integration.
PyTorch, TensorFlow, Hugging Face Transformers, and Scikit-learn for supervised and generative training.
Pandas, NumPy, and Matplotlib for efficient data manipulation and analytics dashboards.
Each experiment lives in its own folder, making replication, comparisons, and future publishing easier.
AI_studies/
โโโ notebooks/ # Jupyter experiments
โโโ datasets/ # Datasets used
โโโ models/ # Trained models and checkpoints
โโโ scripts/ # Utilities and pipelines
โโโ README.md # Central documentation
The repository is lightweight and can be used locally, in Google Colab, or in cloud environments.
git clone https://github.com/eduardo45MP/AI_studies.git
cd AI_studies
python3 -m venv venv
source venv/bin/activate # Linux/macOS
# .\venv\Scripts\activate # Windows
pip install -r requirements.txt # when available
# or install individual libraries per experiment
Use Google Colab for quick tests by sharing notebooks directly from the notebooks/ folder.
The project values collaborative contributions that document experiments, improve datasets, or propose new challenges.
Bring well-documented notebooks with insights and model comparisons.
Include public or synthetic datasets with a README covering license, format, and usage.
Automate training, evaluation, or deployment flows and share best practices.
Open an issue with the contribution scope before the PR for quick alignment. Also review the documents in portfolio/docs/ to keep the visual and narrative pattern aligned.