VenTo is a platforrm that serves ventures or venture-like companies with three unique services to overcome their limitations.
Difficulties for venture companies to raise funds / Difficulties in dealing with legal provisions / Difficulties in seeking overseas expansion
"R&D Together" deals with financial limitations venture firms are facing by supporting the appliance of R&D projects financed by the government.
"Contract Together" deals with toxic probable clauses in contract papers. This service model contracts the clauses in contract papers and distinguishes toxic probable clauses.
"Issue Together" supports for the globalization of K-venture companies through customized domestic and international news and issue provision services and introduction of overseas expansion support projects
Github | Project Contributions |
---|---|
SEJEONG KANG | Lead, Contract Together Modeling |
JIHYO KIM | R&D Together Modeling & Designs |
JUNHO NA | Contract Together Modeling & Web Backend(flask) |
YUCHAN PARK | Issue Together Modeling & Web Frontend(React) |
JUNWOO AHN | Issue Together Modeling & Web Backend(DB) |
DONGHYUN JANG | R&D Together Modeling & Web Frontend(React) |
Service | Model (HuggingFace link) |
---|---|
R&D Together | rroyc20/RnD-base-tokenizer-mDeBERTa-v3-kor-further / jhgan/ko-sbert-sts |
Contract Together | jhn9803/Contract-base-tokenizer-mDeBERTa-v3-kor-further / jhn9803/Contract-new-tokenizer-mDeBERTa-v3-kor-further |
Issue Together | sentence-transformers/all-MiniLM-L6-v2 / facebook/bart-large-mnli |
-
git clone https://github.com/SEJEONGKANG/KPMG-VenTo.git
-
Terminal
# ~/KPMG-VenTo/frontend $ npm install --legacy-peer-deps $ npm run dev
for MacOS user
# ~/KPMG-VenTo/backend $ python -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt $ flask run
for Windows user
# ~/KPMG-VenTo/backend $ python -m venv venv $ .\venv\Scripts\activate $ pip install -r requirements.txt $ flask run
-
add similar into KPMG-VenTo\backend\torchs
-
Run on Local Server: http://localhost:3000