Giter Site home page Giter Site logo

minedroid's Introduction

MineDroid

Problem Statement

Chatbot to respond to text queries pertaining to various Acts, Rules, and Regulations applicable to Mining industries

Features

  1. Answers basic queries pertaining to anything in general like a smart chatbot.
  2. Answers queries accurately related to rules, regulations and information about Indian Mining Industries in a detailed manner.

Local Setup and Installation

To get the chatbot running locally on your own device, install Langchain and other required dependencies:

pip install langchain openai chromadb tiktoken unstructured streamlit googletrans==3.1.0a0

Head over to constants.py and insert your own OpenAI API key.

To run the pdf_reader:

  1. Create a python virtual environment and a .env file
  2. Create and insert your own replicate api key as enviornment variable
REPLICATE_API_TOKEN = <your replicate api token>
  1. Finally install all the required dependencies
pip install langchain tiktoken replicate streamlit_chat pypdf faiss-cpu sentence_transformers

Running the bot at your terminal:

To run the chatbot load your preferred .txt file.

> python chatbotCore.py
Input some text:

To run the pdf reader type in the following command at your terminal after following the instructions given in the Setup section

> streamlit run <path of your folder>.venv/pdfbot.py

minedroid's People

Contributors

ciaokitty avatar sarthaksarthak9 avatar sohamkukreti avatar yryuvraj avatar

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.