AIStudyAssistant
AI chatbot, Lecture Summarizer, Essay Writer and Questions Generator.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- Project_Default.xml
- .gitignore
- .name
- androidTestResultsUserPreferences.xml
- compiler.xml
- gradle.xml
- kotlinc.xml
- misc.xml
- 1.json
- ExampleInstrumentedTest.kt
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- App.kt
- MessagesDao.kt
- MessagesDatabase.kt
- GeminiApi.kt
- ChatRepositoryImpl.kt
- DataStoreRepository.kt
- AppModule.kt
- Chat.kt
- ChatWithMessages.kt
- Message.kt
- NetworkResult.kt
- ChatRepository.kt
- PreferencesRepository.kt
- AttachmentCard.kt
- AttachmentItem.kt
- AttachmentPicker.kt
- BaseChatSurface.kt
- ChatBar.kt
- ChatLoadingAnimation.kt
- ContextDivider.kt
- ErrorCard.kt
- LeftToRight.kt
- MessageCard.kt
- NotesCard.kt
- SuggestionsBar.kt
- MainScreen.kt
- MainScreenCard.kt
- MainScreenItem.kt
- QuestionsScreen.kt
- SettingsCard.kt
- SettingsScreen.kt
- SettingsSection.kt
- SummarizeScreen.kt
- TutorScreen.kt
- WriterScreen.kt
- MainActivity.kt
- MainViewModel.kt
- Screen.kt
- Color.kt
- Theme.kt
- Type.kt
- DateUtil.kt
- MLManager.kt
- PDFManager.kt
- PromptUtil.kt
- chatbot.png
- ic_add.xml
- ic_auto.xml
- ic_broom.xml
- ic_bulb.xml
- ic_copy.xml
- ic_dark.xml
- ic_delete.xml
- ic_discount.xml
- ic_download.xml
- ic_github.xml
- ic_image.xml
- ic_key.xml
- ic_launcher_background.png
- ic_light.xml
- ic_pdf.xml
- ic_roadmap.xml
- ic_send.xml
- ic_theme.xml
- ic_version.xml
- qa.png
- settings.xml
- summarize.png
- writer.png
- ic_launcher_foreground.png
- app_font.ttf
- app_font_bold.ttf
- app_font_medium.ttf
- app_font.ttf
- app_font_bold.ttf
- app_font_medium.ttf
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- themes.xml
- strings.xml
- colors.xml
- resources.properties
- AndroidManifest.xml
- baseline-prof.txt
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- BaselineProfileGenerator.kt
- AndroidManifest.xml
- .gitignore
- benchmark-rules.pro
- build.gradle
- 1.txt
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- 6.jpg
- 7.jpg
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mhss1/AIStudyAssistant
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AIStudyAssistant
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
