https://github.com/montycoder0701/skt-project
SKT FLYAI 프로젝트
https://github.com/montycoder0701/skt-project
flask ml react
Last synced: 2 months ago
JSON representation
SKT FLYAI 프로젝트
- Host: GitHub
- URL: https://github.com/montycoder0701/skt-project
- Owner: MontyCoder0701
- Created: 2022-12-23T08:59:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T05:55:37.000Z (over 3 years ago)
- Last Synced: 2024-05-27T20:05:34.772Z (about 2 years ago)
- Topics: flask, ml, react
- Language: HTML
- Homepage:
- Size: 66.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SKT-Project
SKT FLYAI 프로젝트
Python backend (ML)
React frontend


## Usage
The complete guide to use this repository:
## Local development (Python3 Windows)
Create venv
```sh
python -m venv env
```
Access issues
```sh
Set-ExecutionPolicy Unrestricted -Scope Process
```
Run venv
```sh
.\env\Scripts\activate.ps1
```
## Run server (on backend path)
```sh
python -m flask run
```
Server should be running on
## Run UI (on frontend path)
Make sure node js is previously installed. (Version v16.13.0)
```sh
npm install
```
```sh
npm start
```
UI should be running on
## Run Streamlit UI (on streamlit path)
```sh
python -m streamlit run gui.py
```
Streamlit UI should be running on
## Common mistakes
- Make sure all libraries are installed prior.
- If the model is updated, it should be run before running the server.
- The server should be running before the client is launched.
- Check the version of node js
## Postman API
