Git Product home page Git Product logo

xassistant's Introduction

Xassistant

The goal of this project is to create a chatbot able to answer questions about the Cycle Ingenieur of Ecole Polytechnique (also called l'X). We used the 39 pages documents describing the program. You can find it here.

Setup

Install the Pyhton dependencies

$ pip install -r requirements.txt

Create a .env file and write your OpenAI API key in it.

OPENAI_API_KEY=YOUR_OPENAI_API_KEY

Run

You can ask questions using the ask() function in ask.py.

For a local demo in your terminal, type :

$ python demo.py

To use it on another PDF file

Put the PDF file in the data/ folder. In setup.py, change the path to include the name of your file.

loader = PyPDFLoader("data/NAME_OF_YOUR_PDF_FILE")

Run the setup.py script.

The database will be saved in the db/ folder.

Tools used

Langchain

Chroma

xassistant's People

Contributors

pierre-louisbjt avatar

Stargazers

Nisarg Rajvi avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

blackwhites

xassistant's Issues

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.