This file provides instructions for setting up the development environment and running the Image-to-Code conversion application.
Before installing the application, ensure to have the following software and accounts:
Follow these steps to clone and set up the repository:
git <https://gitlab.dhiwise.com/internship_program_2025/group-project-1/image-to-html-team-2>
cd image-to-code-api
The backend is built with FastAPI and requires setting up a Python environment with necessary dependencies.
# For Windows
python -m venv venv
venv\\Scripts\\activate
# For macOS/Linux
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Create a .env
file in the backend directory with the following variables: