Always confused about where to get the best deals on your favourite things? Don't worry Choose-Smart has come to your rescue
View Demo
·
Report Bug
·
Request Feature
As consumers, we face a great dilemma in choosing the right product from a wide variety of goods. This application helps the user to analyse the product and arrive at a smarter choice . The main functionalities
-
Provides insight to the consumer about the hazardous effects of the ingredients
-
Suggest the best deal avaiable on popular online shopping platform
-
Sentiment analysis of reviews of a product using Twitter API
-
Displays all the important laws that a consumer must be aware of
- HTML
- CSS
- Python
This is an example of how to list things you need to use the software and how to install them.
- Fork & Clone the repo
git clone https://github.com/annu12340/Choose-Smart.git
- Navigate through the project
cd Choose-Smart
- Install all requirements
pip install -r requirements.txt
- Run :
python3 main.py
- Copy the localhost url (usually localhost:5000/) and paste in browser
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request