Skip to content

srijansk/claude-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude UI

A simple and intuitive web interface for interacting with Anthropic's Claude AI models. This application allows you to chat with Claude, upload documents for analysis, and maintain conversation history.

Features

  • 💬 Chat interface with conversation history
  • 📄 Document upload support (PDFs, images, etc.)
  • 🔄 Continuous conversation with context retention
  • ✨ Markdown rendering for formatted responses
  • 🧩 Simple and clean user interface
  • 🔑 API key management via environment variables

Installation

Prerequisites

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/claude-ui.git
cd claude-ui
  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install the required packages:
uv pip install flask anthropic python-dotenv

About

A simple and intuitive web interface for interacting with Anthropic's Claude AI models. This application allows you to chat with Claude, upload documents for analysis, and maintain conversation history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors