Giter Club home page Giter Club logo

jainsid24 / know-my-doc Goto Github PK

View Code? Open in Web Editor NEW
49.0 49.0 10.0 21.18 MB

KnowMyDoc is a GPT3.5 Powered Python-based conversational AI utility that enables you to build a chatbot with your own data sources and web pages. With KnowMyDoc, you can easily create a chatbot that can answer complex questions by utilizing advanced machine learning techniques and natural language processing (NLP) algorithms.

Home Page: https://jainsid24.github.io/know-my-doc/

Dockerfile 6.04% Python 45.29% HTML 23.72% CSS 24.95%
chatgpt gpt-35-turbo knowledge-base langchain

know-my-doc's Introduction

Hi, I'm Sid!

LinkedIn Connect GitHub Follow

A little more about me

class Me:
    def __init__(self):
      self.name = "Sid"
      self.pronouns = ["He/His/Him"]
      self.code = ["Python", "Java", "Rust", "Go", "Groovy"]
      self.tools = ["TensorFlow", "PyTorch", "Keras", "Docker", "Kubernetes"]
      self.areas_of_expertise = ["Conversational AI", "Generative AI", "Machine Learning at Scale"]
      self.challenge = "Learning 'Deep' in Deep learning"

    def say_hello(self):
      print(f"Hello there! My name is {self.name} and I use {', '.join(self.code)} to create intelligent systems.")

me = Me()
me.say_hello()

I am passionate about creating intelligent systems and I am always exploring new ways to push the boundaries of what's possible with AI. If you'd like to connect with me, feel free to reach out and say hello!

know-my-doc's People

Contributors

github-prathma avatar jainsid24 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

know-my-doc's Issues

Error encountered when run "docker run -p 5001:5001 know-my-doc"

Hello,

I have encountered an issue while attempting to use "docker run -p 5001:5001 know-my-doc" after exporting my blog posts into over 800 txt documents. The process started smoothly and proceeded for several hundred lines after "Reading document from string", but then abruptly displayed an error report.

I am using a macOS system and the documents are encoded in Chinese utf-8. Can you please help me understand what went wrong?

The error codes are as follows:

Traceback (most recent call last):
File "/usr/local/bin/flask", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 1050, in main
cli.main()
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/decorators.py", line 84, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 911, in run_command
raise e from None
File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 897, in run_command
app = info.load_app()
File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 308, in load_app
app = locate_app(import_name, name)
File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 218, in locate_app
import(module_name)
File "/app/app.py", line 7, in
import chat
File "/app/chat.py", line 32, in
for webpage in webpages:
TypeError: 'NoneType' object is not iterable

Detectron2 needed?

Hello,
Just a question. I notice detectron2 on the last line of requirements.txt What is this for?
Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.