mastersthesis

Repository for my Masters Thesis in Data Science (LLM, GenAI, Chatbot)

https://github.com/jln01/mastersthesis

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Repository for my Masters Thesis in Data Science (LLM, GenAI, Chatbot)

Basic Info
  • Host: GitHub
  • Owner: JLN01
  • Language: Python
  • Default Branch: main
  • Size: 680 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

MastersThesis

Repository for my Masters Thesis in Data Science 2024

This Git repo includes a few different scripts, which has been developed to succeed with my Masters Thesis.

AzureAISearchRetriver: The script that transforms the raw textual data into vector embeddings

QAgenerator: Question/Answer generator that uses the Mixtral-8x7B-Instruct-v0.1 to generate random questions based off of the context in the database

ROUGE Evaluation: The evaluation script that have been used to calculate the avg. ROUGE scores for each metric

Application: The Streamlit application that serves as the chatbot application, with the feedback function

Owner

  • Login: JLN01
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/workflows/main_dcechatbot.yml actions
  • actions/checkout v2 composite
  • azure/webapps-deploy v2 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite