Skip to content

ragzman/car-search-ai

Repository files navigation

Car Search AI

This repository contains the source code for the Car Search AI project. It provides a web application for searching car information using artificial intelligence.

Installation

Follow the instructions below to set up the project on your local machine.

Prerequisites

  • Git
  • Python 3.x
  • Node.js
  • Angular CLI

Clone the repository

git clone https://github.com/ragzman/car-search-ai.git

Navigate to the project directory

cd car-search-ai

Install Python dependencies

pip install -r requirements.txt
# or
pip3 install -r requirements.txt

Deactivate conda environment (if enabled)

conda deactivate

Install Node.js dependencies

npm install

Start the backend server

uvicorn main:app --reload

Navigate to the frontend directory

cd frontend

Install Angular dependencies

npm install

Start the frontend development server

ng serve

You should now be able to access the Car Search AI web application by visiting http://localhost:4200 in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •