-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.txt
51 lines (51 loc) · 2.18 KB
/
output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.
├── ./.DS_Store
├── ./.github
│ └── ./.github/workflows
│ └── ./.github/workflows/python-app.yml
├── ./.gitignore
├── ./README.md
├── ./backend
│ ├── ./backend/.elasticbeanstalk
│ │ └── ./backend/.elasticbeanstalk/config.yml
│ ├── ./backend/.env
│ ├── ./backend/add_rating_info.py
│ ├── ./backend/app.py
│ ├── ./backend/course_subjects.json
│ ├── ./backend/lib.py
│ ├── ./backend/port_sentiment_info_to_parsed_courses.py
│ ├── ./backend/process_data.ipynb
│ ├── ./backend/sentiment_classif_requirements.txt
│ ├── ./backend/sentiment_classification.py
│ ├── ./backend/sentiment_classification_for_summer_courses.py
│ └── ./backend/test_app.py
├── ./data
├── ./database_scripts
│ ├── ./database_scripts/.env
│ └── ./database_scripts/load_season_courses.py
├── ./demo.png
├── ./deploy_frontend.sh
├── ./frontend
│ ├── ./frontend/.eslintrc.json
│ ├── ./frontend/README.md
│ ├── ./frontend/next-env.d.ts
│ ├── ./frontend/next.config.mjs
│ ├── ./frontend/package-lock.json
│ ├── ./frontend/package.json
│ ├── ./frontend/src
│ │ └── ./frontend/src/app
│ │ ├── ./frontend/src/app/bg.png
│ │ ├── ./frontend/src/app/chaticon.png
│ │ ├── ./frontend/src/app/course_subjects.json
│ │ ├── ./frontend/src/app/favicon.ico
│ │ ├── ./frontend/src/app/globals.css
│ │ ├── ./frontend/src/app/layout.tsx
│ │ ├── ./frontend/src/app/page.module.css
│ │ ├── ./frontend/src/app/page.tsx
│ │ ├── ./frontend/src/app/profile-icon.png
│ │ ├── ./frontend/src/app/profile.module.css
│ │ └── ./frontend/src/app/profiles.tsx
│ └── ./frontend/tsconfig.json
├── ./load_courses.js
├── ./output.txt
└── ./requirements.txt