You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend_test เป็น folder ที่เก็บ test file สำหรับ frontend
Features
- พัฒนาระบบ Visualization ที่สามารถแสดงข้อมูลที่ถูกดึงจากฐานข้อมูลได้อย่างถูกต้อง
- ปรับปรุงระบบแสดงผลของ Learning Path ให้แม่นยำขึ้นและรองรับการใช้งานตามแผนการเรียนของผู้ใช้
- พัฒนาฟังก์ชัน Data Extraction ให้สามารถสกัดข้อมูลได้อย่างแม่นยำถึง 80% ขึ้นไป
- เพิ่ม Interface สำหรับการค้นหาข้อมูลอาชีพ และการสืบค้นข้อมูลทักษะและรายวิชาในฐานข้อมูล
- ปรับปรุง User Experience (UX) เพื่อให้สามารถใช้งานบน Desktop Version ได้สมบูรณ์
Instructions
# 1. Install Requirements
pip install -r requirements.txt
# 2. Deploy Neo4j & MongoDB on local
cd KPDatabase
docker-compose up -d
# 3. Run FastAPI on local
cd KPBackend
uvicorn main:app --reload --port 8081
# 4. Run Django on local
cd KPFrontend
python manage.py runserver
# 5. Go to http://127.0.0.1:8000
Previews
v0.3.0 Logs
AutomatePipeline.ipynb เป็นไฟล์ notebook สำหรับการทำ information extraction, graph construction, search relation in graph database แบบอัตโนมัติ