Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analyzer

A web app that uses LangChain and OpenAI to analyze documents (PDF, DOCX, PPTX, CSV, TXT).

Setup

  1. Install dependencies:

    uv sync
  2. Copy .env.example to .env and add your OpenAI API key

  3. Start ChromaDB:

    uv run chroma run --host localhost --port 8000
  4. Run the server:

    uv run python manage.py runserver
  5. Open http://localhost:8000

About

Uses Langchain and OpenAPI to analyze PDFs, CSVs etc.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages