Giter VIP home page Giter VIP logo

ramro-deals's Introduction

nepali-shopping-guide

Skills showcase project for FuseMachines AI Program

About the app

  • Simple online price comparison app for comparing prices across shopping sites in Nepal.
  • It utilizes the power of web scrapping to scrape product data from various nepali sites like daraz, sastodeal and hamrobazar to find best deals for your money.
  • This app will help you to save time as well as money.

Running this app

Requirements

  • Python 3.6 or above
  • pip to manage and install dependencies
  • Git (only required when contributing to this project)

Downloading the source code

You can download ZIP file and decompress it or alternatively you can run the following command in your terminal

git clone https://github.com/hexmo/ramro-deals.git

to clone project in you computer.

Setting up environment

We need some python libraries to be installed before running this application. For that we will create virtual environmet where we will install all the dependencies. To do that we will download virtualenv package by running the following command in your terminal.

pip install --user virtualenv

After installing this package we need to create virtual environment with the following command inside the project root directory.

python -m venv env

where env is name of your environment, Now, lets activate this environment.

  • On windows use the following command
.\env\Scripts\activate
  • On Linux and macOS use the following command
source env/bin/activate

Now, we will install all the dependencies for this project using the following command.

pip install -r requirements.txt

Running the project

Use the following commands to run the project.

  • On windows
set FLASK_APP=app.py
flask run
  • On Linux and macOS
export FLASK_APP=app.py
flask run

You can use following command for flask instructions.

flask --help

Open URL provided after running these commands to run this project in your browser.

Closing the peoject

Use CTRL + C key combination to stop the flask application and use following command to exit virtual environment in your terminal.

deactivate

Contributors

ramro-deals's People

Contributors

hexmo avatar dependabot[bot] avatar

Watchers

 avatar

Forkers

shivstha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.