This project is a Python-based application that includes a chatbot and various scripts for data processing and analysis.
- chatbot/: Contains the Dockerfile and Python scripts for the chatbot.
- data/: Directory for storing data.
- scripts/: Contains various Python scripts and Jupyter notebooks for data processing and analysis.
- requirements.txt: Lists the Python dependencies required by the project.
- docker-compose.yml: Used to define and run multi-container Docker applications.
To set up the project, you need to install the required Python packages listed in requirements.txt
. You can do this by running:
docker-compose up