diff --git a/README.md b/README.md index e42539a..1ed4b3c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@
  1. About The Project
  2. Stack
  3. +
  4. Architecture Diagram
  5. Setup
  6. Usage
  7. Features
  8. @@ -35,7 +36,7 @@ ## About The Project
    - Landing Page + Diagram
    CVForge.ai is a SaaS that helps users create a CV suitable for the position they want to apply for with the help of AI. This application uses our database to search for CVs that were accepted for the desired position by the user and utilizes the information provided by the user via uploading their CV, linking their LinkedIn account, or entering their information manually. CVForge.ai uses artificial intelligence to generate a CV tailored to the specific position the user wishes to apply for. Additionally, it provides feedback on the generated CV, helping the user improve their presentation. GPT and LinkedIn APIs are used. @@ -56,6 +57,12 @@ CVForge.ai is a SaaS that helps users create a CV suitable for the position they

    (back to top)

    +## Architecture Diagram + +
    + Landing Page +
    + ## Setup diff --git a/public/assets/CVForge_Architecture.png b/public/assets/CVForge_Architecture.png new file mode 100644 index 0000000..b595371 Binary files /dev/null and b/public/assets/CVForge_Architecture.png differ