This repository contains the source code for the Car Search AI project. It provides a web application for searching car information using artificial intelligence.
Follow the instructions below to set up the project on your local machine.
- Git
- Python 3.x
- Node.js
- Angular CLI
git clone https://github.com/ragzman/car-search-ai.gitcd car-search-aipip install -r requirements.txt
# or
pip3 install -r requirements.txtconda deactivatenpm installuvicorn main:app --reloadcd frontendnpm installng serveYou should now be able to access the Car Search AI web application by visiting http://localhost:4200 in your web browser.