# Home

### Navigation Guide

My world is sub-segmented into main and side projects. The following table briefs what the sections on the left panel unfolds.

| Section              | Description                                                                                                                                                                                       |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PROJECTS`           | Contain posts on developing full-stack applications.                                                                                                                                              |
| `SIDE PROJECTS`      | Contain posts on Kaggle/DevPost hackathons, and developed python libraries to assist my day-to-day tasks or some inconsistent hobbies.                                                            |
| `AI/ML/Data Science` | Contains posts focused at architectures within AI/Machine Learning Pytorch models, data system, or full-stack client systems - generally systems that seem interesting in theory and application. |

{% columns %}
{% column width="66.66666666666666%" valign="bottom" %}

<p align="right">Thanks for visiting!</p>
{% endcolumn %}

{% column width="33.33333333333334%" %}

<figure><img src="/files/HVXMrENCNbnh6MKZYDoy" alt="Online Me"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whoamimi.gitbook.io/blog/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
