Giter Site home page Giter Site logo

genggeng88 / courseproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azk0019/courseproject

0.0 0.0 2.0 123.26 MB

Python 8.94% Dockerfile 0.12% Java 2.40% Batchfile 0.08% Shell 0.40% CSS 1.16% JavaScript 72.30% HTML 1.57% Jupyter Notebook 13.04%

courseproject's Introduction

ExpertSearch

Part-1: Overview of the develop ment ENV

  • Basically, we install Ubunto 18.04 on windows 10 box.
  • 1: We write code using Python IDE on windows box;
  • 2: We run the web service on Ubunto;
  • 3: We using Google chrome on Windows to query and display;

Part-2: To install ubuntu on desktop directly

Part-3: To install packages on Ubunto

  • sudo apt-get update
  • sudo apt install python
  • sudo apt install python-pip
  • sudo apt install gunicorn
  • pip install flask
  • pip install metapy
  • pip install requests

Part-4: To clone the code via git bash on windows or via terminal on Ubunto

We may put codes in fixed location, so we can access the code via Ubuntu and Windows

The directory on Ubunto

  • cd /mnt/c/code

The folder on windows

  • cd c:\code

Part-5: pip list results

If you cannot start web service and query via web page, you may check the required packages have been installed or not.

  • pip list
  • asn1crypto (0.24.0)
  • certifi (2021.10.8)
  • chardet (4.0.0)
  • click (7.1.2)
  • cryptography (2.1.4)
  • enum34 (1.1.6)
  • Flask (1.1.4)
  • Flask-Cors (3.0.10)
  • gunicorn (19.7.1)
  • idna (2.10)
  • ipaddress (1.0.17)
  • itsdangerous (1.1.0)
  • Jinja2 (2.11.3)
  • keyring (10.6.0)
  • keyrings.alt (3.0)
  • MarkupSafe (1.1.1)
  • metapy (0.2.13)
  • pip (9.0.1)
  • pycrypto (2.6.1)
  • pygobject (3.26.1)
  • pytoml (0.1.21)
  • pyxdg (0.25)
  • requests (2.26.0)
  • SecretStorage (2.3.1)
  • setuptools (39.0.1)
  • six (1.16.0)
  • urllib3 (1.26.7)
  • Werkzeug (1.0.1)
  • wheel (0.30.0)

Part-6: Source code location:

Part-7: To clone the code:

Part-8: To start web service

  • gunicorn server:app -b 127.0.0.1:8095

Part-9: To open the web page

courseproject's People

Contributors

genggeng88 avatar bhaavya avatar adivyas99 avatar

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.