https://github.com/aisuko/chatpilot

https://github.com/aisuko/chatpilot

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Aisuko
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 660 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Archived
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

AI powered chatbot

The chatbot is powered by customized small language model and also support retrieval medical information from the database.

Demo

Installation

bash pip install -r requirements.txt

Different way to run the app

```bash make download

make up ```

Please use VSCode Run and Debug to run the app.

  • Python Streamlit for local inference and testing
  • Python Debugger for launching the backend server in the production environment

For developer

After running the app, check address below

```bash

Root router of the server

http://127.0.0.1:8000

Swagger UI

http://127.0.0.1:8000/docs ```

Owner

  • Name: Bowen
  • Login: Aisuko
  • Kind: user
  • Location: Global
  • Company: RMIT

Member of the GNU Hurd | previously @rancher | Founder of @SkywardAI | PhD candidate at RMIT

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • imgbot[bot] (4)
  • ZooHigher26 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • fastapi ==0.112.0
  • lancedb ==0.11.0
  • sentence-transformers ==3.0.1
  • uvicorn ==0.29.0