gpt_conMaster is a dashboard that integrates with the ChatGPT API to manage conversations effectively. The backend is developed using Python and Flask, while the frontend will be implemented using either React or Vue.js.
- Connect and manage conversations using the ChatGPT API.
- User-friendly interface for monitoring and interacting with AI chats.
- Scalable and customizable to fit various use cases.
- Clone the repository:
git clone https://github.com/PhillHH/gpt_conMaster.git
- Navigate to the backend directory:
cd gpt_conMaster/backend - Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate - Install dependencies:
pip install -r requirements.txt
- Start the Flask server:
flask run
- Navigate to the frontend directory:
cd ../frontend - Install dependencies:
npm install
- Start the development server:
npm start
Access the dashboard at http://localhost:3000 to view and manage ChatGPT conversations.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.