Skip to content

Getting Started

Welcome to the AI Resume Analyzer! Follow this guide to prepare your environment and get the application up and running.


Prerequisites

Before running the containers, make sure the following are completed:

  1. Install Docker and Docker Compose Ensure that Docker and Docker Compose are installed on your system:
  2. Docker Installation Guide
  3. Docker Compose Installation Guide

  4. Download Required Models The application relies on Ollama Models, with the default being llama3.2:latest. Follow these steps to download the models:

    ollama pull llama3.2:latest
    


Steps to Prepare and Run

1. Download and Verify the Model

# Command to download the model
ollama pull llama3.2:latest
  • Ensure that the model is downloaded correctly.
  • Verify the installation using:
    ollama list
    

::: details More Information If you need additional models, visit the Ollama documentation. :::


2. Start the Containers

Use the following commands to build and start the containers:

docker compose up --build
invoke build

3. Access the Application

Once the containers are running, you can access the services via the following URLs:


Troubleshooting

If you encounter any issues, consider the following:

  • Model Not Found:

    • Double-check that llama3.2:latest has been downloaded using ollama pull.
    • Verify that your ollama service is running.
  • Docker Issues:

    • Run:
      docker system prune -af
      
    • Rebuild the containers:
      docker compose up --build
      

Resources


Quick Checklist

  • Docker and Docker Compose installed.
  • ollama pull llama3.2:latest executed successfully.
  • Containers started using docker compose up.

🚀 You're Ready to Go!

Enjoy exploring and using the AI Resume Analyzer! If you have questions or feedback, feel free to reach out.