Coder Social home page Coder Social logo

capstone-nlp's Introduction

Installation Guide

Windows Installation

  1. Install Visual Studio C++ build tools https://stackoverflow.com/questions/64261546/how-to-solve-error-microsoft-visual-c-14-0-or-greater-is-required-when-inst

  2. Install latest version of python

  3. Download visual studio Code

  4. Download the project by clicking Code -> Download Zip. Unzip the project and place the unzipped folder in the desktop. Download Repository

  5. Open up Visual Studio Code. Click on File -> Open Folder. Open up the project from the desktop

  6. In visual studio code, click Terminal -> New Terminal. Click on the terminal type: Command Prompt Command Prompt Image

  7. Change the python interpreter in Visual Studio Code Interpreter 1 Click the interpreter that corresponds to the virtual environment Interpreter 2

  8. Type the following code in the visual studio terminal: pip install virtualenv

  9. To create a new virtual environment, type the following code in the visual studio terminal: python -m virtualenv venv

  10. Start virtual environment (venv) by typing the following in the visual studio terminal: venv\Scripts\activate

  11. To install all package dependencies, type the following code in the visual studio terminal: pip install -r requirements.txt

  12. To start the application, type the following code in the visual studio terminal: python main.py

  13. View the application at the following link: http://localhost:8050

  14. To deactivate the virtual environment, type the following code in the visual studio terminal: venv\Scripts\deactivate

Mac Installation

  1. Download visual studio Code

  2. Download the project by clicking Code -> Download Zip. Unzip the project and place the unzipped folder in the desktop. Download Repository

  3. Open up Visual Studio Code. Click on File -> Open Folder. Open up the project from the desktop

  4. Change the python interpreter in Visual Studio Code Interpreter 1 Click the interpreter that corresponds to the virtual environment Interpreter 2

  5. Type the following code in the terminal: pip install virtualenv

  6. To create a new virtual environment, type the following code in the visual studio terminal: python -m virtualenv venv

  7. Start virtual environment (venv) by typing the following in the visual studio terminal: source venv/bin/activate

  8. To install all package dependencies, type the following code in the visual studio terminal: pip install -r requirements.txt

  9. To start the application, type the following code in the visual studio terminal: python main.py

  10. View the application at the following link: http://localhost:8050

  11. To deactivate the virtual environment, type the following code in the visual studio terminal: source venv/bin/deactivate

capstone-nlp's People

Contributors

jcheez avatar clem-cpu avatar kahehe avatar jiayi-lim avatar b-leong avatar

Watchers

 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.