Skip to content

commune-ai/hacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Project

This project is an AI-powered chat application with a React frontend and a Python backend using Streamlit and Commune.

Features

  • AI-powered chat functionality
  • React frontend for a modern user interface
  • Python backend using Streamlit and Commune
  • Docker support for easy deployment

Getting Started

Prerequisites

  • Docker
  • Docker Compose

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/hacker.git
    cd hacker
    
  2. Build the Docker images:

    ./scripts/build.sh
    
  3. Run the application:

    ./scripts/run.sh
    
  4. Access the application:

Project Structure

  • hacker/: Python backend files
  • frontend/: React frontend files
  • scripts/: Docker build and run scripts
  • docker-compose.yml: Docker Compose configuration

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.