Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.03 KB

ChatGPT Equation Editor

Welcome to the ChatGPT Equation Editor project! This project integrates an equation editor with OpenAI's ChatGPT, allowing users to input LaTeX equations and receive responses from the ChatGPT model.

Features

  • Equation Input: Users can enter LaTeX equations in a text area.
  • Integration with ChatGPT: The input equations are processed and used as prompts for the ChatGPT model.
  • Rendered Output: The output from ChatGPT, including any rendered equations using MathJax, is displayed to the user.

Technologies Used

  • Frontend: HTML, CSS, JavaScript (for UI and interaction with MathJax)
  • Backend: Python (Flask) for server-side processing and integration with OpenAI's API
  • Math Rendering: MathJax for rendering LaTeX equations in the browser

Setup Instructions

To run this project locally, follow these steps:

A ChatGPT API key is required

  1. Clone the repository:
    git clone https://github.com/your-username/ChatGPT-Equation-Editor.git
    cd ChatGPT-Equation-Editor