Welcome to aai!🎉 We’re an agency focused on automating Oil & Gas business workflows from manual Excel processes to building AI Workflows & Agents.
This repo includes real workflows we’ve built and used. We’re sharing them here in case they’re helpful to others in the industry.
Everything is open source so feel free to clone, modify, or use the code however you’d like.
We also run a newsletter that breaks down tangible tech examples in Oil & Gas. You can try out any of the featured applications directly through our interactive demos at https://aai.agency/newsletter.
Have questions or want to connect? Reach out at info@aai.agency or message Husam Rahman on LinkedIn.
- python v3.12+
- If you would like to setup a virtual env, run
python -m venv venv
- Install all the required packagers by running
pip install -r requirements.txt
- workflows: A collection of standalone scripts, each designed to tackle a specific task. Every script includes a short description at the top to explain what it does.
- We do our best to make sure the examples are technically sound but we are not responsible for how the outputs of the examples are used.