You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Boilerplate Code to create a static website to publish notes, blogs etc. It uses markdown files to generate website content.
5
+
This repository contains a curated list of AI-related keywords and terms, along with their explanations based on my understanding. These terms are collected while reading research papers and books on AI models. This resource is designed to help learners who want to deepen their understanding of AI concepts by exploring academic materials.
6
6
7
-
## Tech Stack
8
-

7
+
## Research Papers and Books
9
8
10
-
## How it looks?
9
+
The terms documented in this repository are derived from the following research papers and books that I have read.
11
10
12
-
## Features
13
-
14
-
- Converts markdown files into static website.
15
-
16
-
## How to run the project?
17
-
18
-
/ Start the docker container using the `docker-compose.yml` file.
19
-
/ Initiate the interactive terminal of the docker container.
20
-
/ Run the command, `npm run start`.
21
-
/ The website is hosted on port 3000 from inside the container. The port 3000 of the container is mapped to port 3000 of the local machine. Hence, you can check the website from your local machine.
22
-
/ Add files inside `docs/` directory and it will be on the website automatically.
23
-
/ Any code change will also be stored in the `pwd` since the volume of `/website` directory inside the container is mapped to `pwd` of the local machine.
0 commit comments