Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

From bug solving to answering your questions, we've got you covered. Streamline your understanding, get expert guidance, and conquer coding challenges effortlessly.

NotificationsYou must be signed in to change notification settings

AIFame/os-chat

Repository files navigation

Open source chatbot that helps user in their experience

The OS Chat project aims to develop a chatbot using OpenAI's GPT (Generative Pre-trained Transformer) language modeland a vector database. The goal is to create a chatbot that can interact with users and provide responses based onnatural language understanding and generation.

The chatbot's functionality will be specifically tailored to handle conversations related todocuments(PDF, markdowns, html). Users willbe able to ask questions, seek information, or request assistance regarding docs-related topics. The chatbot willutilizethe capabilities of GPT to comprehend user inputs and generate informative and contextually appropriate responses.

Updates...

Hackathon Submission: -DevPost

Demo:Video

Prerequisites

To run the OS-Chat project, you need to have the following prerequisites:

  • Python (version 3.10 or higher) installed on your machine.
  • The necessary Python packages and dependencies installed. You can find the required packages in therequirements.txtfile of the project repository.

How to Run with Python3 andmake

To run the OS-Chat project usingPython andmake, follow these steps:

   git clone https://github.com/AIFame/os-chat os-chatcd os-chat   make install   make run

How to Run via Docker

To run the OS-Chat project usingDocker, follow these steps:

docker build -t os-chat.docker run -p 8501:8501 os-chat

For developers,I recommend
docker run -it -e "mode=development" -p 8501:8501 os-chat
playaround and test your code!

That's it! You can now use the OS-Chat chatbot to have conversations related to your documentations.

I hope this helps! Raise issues to clarify your doubts and notify bugs.

How to Contribute

We welcome contributions from the community! To get started, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your fork of the repository to your local machine.
  3. Create a new branch for your changes:git checkout -b <your-username>/your-feature-branch.
  4. Make your changes and commit them to your branch.
  5. Push your changes to your fork on GitHub.
  6. Open a pull request from your fork's branch to the main repository.

Please make sure to follow theCode of Conduct when contributing to this project.

About

From bug solving to answering your questions, we've got you covered. Streamline your understanding, get expert guidance, and conquer coding challenges effortlessly.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp