This web application and soon-to-be browser extension empower users to make informed decisions about purchasing products. By simply providing a product link from Amazon or Flipkart, users gain insights and recommendations tailored to their needs.
LINK : https://product-recommendation-engine.vercel.app/
- Product Analysis: Input a product link to receive detailed analysis and recommendations.
- Informative Insights: Gain access to insightful information aiding purchase decisions.
- Local Deployment: Easily run the project locally to explore and contribute.
- Contribution Opportunities: Open to contributions; top contributors will receive bounty rewards.
-
Installation: Navigate to the frontend directory and install dependencies.
npm install
-
Run Development Server: Execute the following command to start the frontend server.
npm run dev
-
Installation: Move to the server directory and install the required dependencies.
cd server pip install -r requirements.txt
-
Run Backend Server: Launch the backend FastAPI server using Uvicorn.
uvicorn main:app --host 0.0.0.0 --port 8000
-
Navigate: Move to the server directory.
cd server
-
Docker Compose: Use the following command to set up and run the backend server using Docker.
docker-compose up
Contributions to enhance this project are encouraged and appreciated! The project welcomes contributors, and the top contributors will be rewarded with bounty rewards.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push the branch to your fork.
- Open a pull request detailing your changes.
- Top contributors will receive bounty rewards.
- Contributions improving functionality, adding new features, or enhancing user experience are highly valued.
This project is licensed under TAGDA FOUNDATIONS.