Skip to content

Mezame-ux/EquationGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adding an equation editor to ChatGPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published