This project is an application that facilitates interaction between users who want to buy antique goods and a chatbot. The chatbot acts as an antique seller, answering users' questions, negotiating prices, and offering an image upload feature.
-
Backend (Node.js):
- Navigate to the
serverfolder:cd server - Install the required packages:
npm install
- Start the server:
node index.js
- Navigate to the
-
Frontend (React):
- Navigate to the
clientfolder:cd client - Install the required packages:
npm install
- Start the React application:
npm start
- Navigate to the
- Node.js (v16 or higher)
- npm or yarn
- Hugging Face API key (add it to the
.envfile)
If you would like to contribute to the project, please submit a pull request.