A Flask-based API for interacting with Pinata (IPFS) to upload and retrieve files, combined with a Math Problem Solver that optimizes SambaNova's advanced OpenAI technology to read and solve word problems, while displaying step-by-step explanations.
- DylanDtm4: Front end developer
- NealKapadia: Front end developer
- JuuyouSan: Back end developer
- justi-lai: Back end developer
- Math Problem Solver: Upload a .txt file containing a word math problem, and this program will solve it while displaying a step-by-step walk through on how to solve the question
- Capable of solving: Addition, Subtraction, Multiplication, Division, Exponenets, Matrices
- Upload Files: Upload files to Pinata's IPFS using the
/api/uploadendpoint. - List Files: Retrieve a list of pinned files from Pinata via the
/api/filesendpoint.
- More Math Function: Currently, this program only offers math solutions from arithmetic up to linera algebra. Possible future features could include calculus and numerical analysis
- More File Diversity: The program is capable of only reading .txt files. Future possible features could involve reading from .pdf files or image files