This website aims to serve as a repository of notes from AWS machine learning training conducted at BIBF (Bahrain Institute of Banking and Finance) through a partnership program with Tamkeen. The goal is to create an open platform where trainees can contribute and access a knowledge base to supplement their learning during the AWS ML certification course.
git clone https://github.com/Ali-Aljufairi/BIBF-AI
cd BIBF-AI
npm install
npm run dev
git clone https://github.com/Ali-Aljufairi/BIBF-AI
docker build -t bibf-ai .
docker run -p 3000:3000 bibf-ai
.env
: Environment variables for the project..github/
: Contains GitHub-related files like issue templates..next/
: Generated by Next.js, contains the built application..obsidian/
: Contains configuration files for Obsidian.@/
: Contains reusable components and libraries.@types/
: Contains TypeScript type definitions.app/
: Contains the main application code.common_md/
: Contains common markdown files.components/
: Contains React components.Excalidraw/
: Contains files related to Excalidraw.interfaces/
: Contains TypeScript interfaces.lib/
: Contains libraries used in the project.pages/
: Contains pages for the Next.js application.public/
: Contains public assets like images.styles/
: Contains style-related files.utils/
: Contains utility functions.
- Contains a brief introduction to the website and the purpose of the project and a guide on how readers could follow in reading the notes.
- Contains a list of notes from the training sessions.
- Question and answer scraped from the ExamTopics website.
Pull requests are welcome. For any changes, please open an issue first to discuss what you would like to change.