Skip to content

Commit 9f4ac3b

Browse files
committed
.qmd
1 parent 225a644 commit 9f4ac3b

File tree

214 files changed

+31062
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+31062
-0
lines changed

_quarto.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
project:
2+
type: website
3+
output-dir: docs
4+
5+
website:
6+
navbar:
7+
left:
8+
- text: "Aman Arora's Blog"
9+
href: index.qmd
10+
right:
11+
- about.qmd
12+
- icon: github
13+
href: https://github.com/
14+
- icon: twitter
15+
href: https://twitter.com
16+
format:
17+
html:
18+
theme: cosmo

about.qmd

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "About"
3+
about:
4+
template: jolla
5+
links:
6+
- icon: twitter
7+
text: Twitter
8+
href: https://twitter.com/amaarora
9+
- icon: linkedin
10+
text: LinkedIn
11+
href: https://www.linkedin.com/in/aroraaman/
12+
- icon: github
13+
text: Github
14+
href: https://github.com/amaarora
15+
---
16+
17+
I work as **Data Science Lead** at [REA Group](https://www.rea-group.com/), where we work with Property data, text and images. A part of my job is to experiment with the latest research and as part of this blog post, I document my learnings as I go.
18+
19+
I am interested in making deep learning more accessible to everybody and as part of that, a lot of my time is also spent in contributing to open source projects such as [TIMM](https://github.com/rwightman/pytorch-image-models/) and [fastai](https://github.com/fastai/).
20+
21+
I am also self-taught - thanks to the wonderful [fast.ai](https://course.fast.ai/) course.

about_files/libs/bootstrap/bootstrap-icons.css

+1,704
Large diffs are not rendered by default.
Binary file not shown.

about_files/libs/bootstrap/bootstrap.min.css

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about_files/libs/bootstrap/bootstrap.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about_files/libs/clipboard/clipboard.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about_files/libs/quarto-html/anchor.min.js

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about_files/libs/quarto-html/popper.min.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about_files/libs/quarto-html/quarto-syntax-highlighting.css

+171
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)