SERVICE_KEY='API์ธ์ฆํค'
์ธ์ฆํค๋ ์ด์นํ@seunghwanly ์๊ฒ ๋ฌธ์ํด์ฃผ์ธ์.
project
โโโโscrapper
โ โ webScrapper.ipynb
โโโโserver
โ โโโโmodels
โ โโโโroutes
โ โ app.js
โโโโpill
โ โโโโandroid
โ โโโโios
โ โโโโlib
โ โ main.dart
โโโโmodel
- Requirements
requirements
- tensorflow 2.x
- pandas
- scikit-learn
- openpyxl
- Requirements
!pip install parse
!pip install bs4
!pip install pymongo
- cURL๋ฅผ ํตํ parsing ์์ ์งํ : ์ํ๋๋ผ์์ ์ ๋ณดํฌํธ '์ํ์์ ๋๋ผ'
Database : MongoDB
- DB name : pilldb
- Collection name : images
- Client :
127.0.0.1(localhost) - Port : 27017
server ์ง์ ์ฌ๋ถ
- port : 3000
- using dotenv : need to set .env file
# port number
PORT=3000
# MONGODB URI
MONGO_URI=mongodb://localhost/pilldb
- port : 3000
server ์ง์ ์ฌ๋ถ
'์์ฝํ ๊ฒ์'
- iOS, Android run in 2 platforms
For help getting started with Flutter, view the online documentation.
- Clone this repository.
$ git clone https://github.com/Dongguk-Univ-Drugs/pillology.git
- Change directory depending on what appliaction you want to run.
- app
$ cd pillology/pill
- Get packages
$ flutter packages get
- Run the app
$ flutter run