Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.08 KB

Matching_Project

This project is Mobile Application for Intelligent Dental Shade Matching.

pic

How to setup API Matching shade guide.

  • 1. Must have anaconda or miniconda. link

  • 2. Clone project

          $git clone https://github.com/waraporn19/Matching_Project.git
          $cd Matching_Projec
    
  • 3. Installation

          conda install pandas
          python -m pip install pandas
          pip install flask
          pip install opencv-python
          pip install Pillow
          pip install matplotlib
          pip install scikit-learn
    
  • 4. Create an API according to this order.

    • Create a file named app.py :code

    • Upload a model to the predict :code

  • 5. Use the command to make a file API.py to be able to use.

          C:\Users\User\Desktop\codes\API\Matching_Project : python app.py       
    
  • 6. Finish