This project is an AI-powered chat application with a React frontend and a Python backend using Streamlit and Commune.
- AI-powered chat functionality
- React frontend for a modern user interface
- Python backend using Streamlit and Commune
- Docker support for easy deployment
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/yourusername/hacker.git cd hacker
-
Build the Docker images:
./scripts/build.sh
-
Run the application:
./scripts/run.sh
-
Access the application:
- Frontend: http://localhost:3000
- Backend: http://localhost:8501
hacker/
: Python backend filesfrontend/
: React frontend filesscripts/
: Docker build and run scriptsdocker-compose.yml
: Docker Compose configuration
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.