Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v1r4m/hsk-ai
AI는 잘 모르겠고 그냥 중국어가 어렵습니다
https://github.com/v1r4m/hsk-ai
django openai
Last synced: about 1 month ago
JSON representation
AI는 잘 모르겠고 그냥 중국어가 어렵습니다
- Host: GitHub
- URL: https://github.com/v1r4m/hsk-ai
- Owner: v1r4m
- Created: 2024-01-03T08:27:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T12:29:42.000Z (10 months ago)
- Last Synced: 2024-02-29T12:57:41.544Z (10 months ago)
- Topics: django, openai
- Language: Python
- Homepage: https://hskai.pythonanywhere.com
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HSK-ai
HSK 기출 지문을 통해 새로운 HSK 문제를 만들어 냅니다. ㅇㅅㅇ~### ?
* pythonanywhere wsgi에 문제가 있는 것 같습니다... wsgi를 고치거나 다른곳에 배포하고싶다...## quick start
### build tailwindcss
You don't need to specifically run this on node 20, but I didn't tested on other versions.
```
nvm use 20
npm install
npm run build:css
```
### run django
```
source venv/bin/activate
(venv) python3 manage.py runserver
```### tech stack
* python 3.11
* django 4.2
* node 20