Skip to content

Commit 308c110

Browse files
authored
Update README.md
1 parent 4648a3c commit 308c110

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# Docusaurus Boilerplate Code
1+
# AI Model Terms
22

33
## Description
44

5-
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.
66

7-
## Tech Stack
8-
![Image Alt](https://skillicons.dev/icons?i=md)
7+
## Research Papers and Books
98

10-
## How it looks?
9+
The terms documented in this repository are derived from the following research papers and books that I have read.
1110

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.
11+
- [DeepSeek R1](https://github.com/deepseek-ai/DeepSeek-R1/blob/main/DeepSeek_R1.pdf)
2412

2513
## Author
2614
[Dev Shah](https://github.com/busycaesar)

0 commit comments

Comments
 (0)