Skip to content

doyoon530/Llama_STT_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Llama_STT_chatbot

요약

이 프로젝트는 웹 기반 응용 프로그램으로, 사용자가 웹 페이지 상에서 음성을 녹음할 수 있게 해줍니다. 녹음된 음성은 텍스트로 변환되며, 이 텍스트는 다시 Llama 2 모델을 사용하여 처리됩니다. LangChain 라이브러리를 활용하여, 변환된 텍스트를 기반으로 챗봇이 적절한 답변을 생성하고 이를 사용자에게 제공합니다. 이 과정은 음성 인식 기술과 자연어 처리(NLP) 모델을 결합하여, 사용자의 음성 질문에 대한 인공 지능(AI) 기반의 응답을 가능하게 합니다.

웹 인터페이스를 통해 사용자는 직접 음성으로 질문할 수 있으며, 이는 바로 텍스트로 변환됩니다. 변환된 텍스트는 Llama 2 모델에 입력되어, 해당 질문에 맞는 응답을 생성하는 데 사용됩니다. LangChain은 이러한 과정을 용이하게 하며, 빠르고 효율적인 응답 생성을 지원합니다. 결과적으로, 이 시스템은 사용자가 자연스러운 대화 방식으로 정보를 검색하고, AI와의 상호작용을 통해 답변을 받을 수 있는 플랫폼을 제공합니다.

This project is a web-based application that allows users to record their voice directly on a webpage. The recorded audio is then transformed into text, which is processed using the Llama 2 model. Utilizing the LangChain library, the chatbot generates appropriate responses based on the converted text and delivers these answers back to the user. This process combines voice recognition technology with natural language processing (NLP) models to enable AI-based responses to users' voice inquiries.

Through the web interface, users can pose questions verbally, which are immediately converted to text. This text is fed into the Llama 2 model to generate responses relevant to the query. LangChain facilitates this process, supporting rapid and efficient response generation. Consequently, this system offers a platform where users can seek information in a conversational manner and receive answers through interaction with AI.

아키텍처

Llama_STT_chatbot_architecture

Llama2 GGUF Model

Download Model Link

'models'폴더에 넣어주세요.

Please put it in the ‘models’ folder.

업데이트

2024-02-02

screen_2024-02-02

2024-02-03

screen_2024-02-03

About

웹에서 음성을 텍스트로 변환하고 Llama 2 AI 챗봇을 통해 대화하는 프로젝트

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors