# Project Directory Overview

This project is managed with github and is divided into seperate parts:

* Frontend `taro-tarot-frontend`:&#x20;
  * Contains agent's general brand UI kit and client / database servers.
  * Tech stack is Tailwind, Typescript and React served with Next.JS.
  * Deployed on Firebase Cloud.
* Backend `taro-tarot-backend`:&#x20;
  * Docker Container to serve LLM/ML endpoints with FastAPI, background tasks to preprocess and test session datasets, and fine-tuning LLMs using reinforcement learning algorithms.
  * Deployed on Lightning Studio / Google Cloud.

Self note:

`taro-tarot-server` on Github is currently running in Lightning ai studio and is also replicated in gitlab..... this must be fixed asp.


---

# 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/projects/tarotarot-ai-fortune-teller/project-directory-overview.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.
