Skip to content

PhillHH/gpt_conMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt_conMaster

Overview

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.

Features

  • 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.

Installation

Backend

  1. Clone the repository:
    git clone https://github.com/PhillHH/gpt_conMaster.git
  2. Navigate to the backend directory:
    cd gpt_conMaster/backend
  3. Create and activate a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
  5. Start the Flask server:
    flask run

Frontend

  1. Navigate to the frontend directory:
    cd ../frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start

Usage

Access the dashboard at http://localhost:3000 to view and manage ChatGPT conversations.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published