CoolFace
Apppublic

0xdant/llm-ai-assistant

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

LLM Powered AI Assistant

This project is a personal data assistant using a Large Language Model (LLM) to process and answer questions related to uploaded PDF documents.

https://huggingface.co/spaces/0xdant/llm-ai-assistant

Features

  • Upload PDF documents for analysis
  • Interactive chat interface
  • Toggle between light and dark modes

LLM-flow.png

Installation

  1. 1.Clone the repository:
bash
    git clone https://github.com/dtkmn/llm-ai-assistant.git
    cd llm-ai-assistant
  1. 1.Install the dependencies:
bash
    pip install -r requirements.txt
  1. 1.Set up your environment variables (create a .env file):
bash
    export HUGGINGFACEHUB_API_TOKEN=your_token_here
  1. 1.Run the application:
bash
    python src/app.py

Usage

  • Open your browser and go to http://localhost:5000
  • Upload a PDF document and interact with the chat interface.

Contributing

Feel free to submit issues and pull requests. Contributions are welcome!