https://github.com/inanyan/physics-solver-web
Web interface to PWP solver
https://github.com/inanyan/physics-solver-web
Last synced: 5 months ago
JSON representation
Web interface to PWP solver
- Host: GitHub
- URL: https://github.com/inanyan/physics-solver-web
- Owner: InAnYan
- Created: 2023-12-02T18:44:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T15:16:27.000Z (over 1 year ago)
- Last Synced: 2025-08-29T16:44:03.653Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Physics word problem solver (website part)

AI system that solves physics problems stated in natural language (without LLMs!).
To access, use this website: .
Core library source code: .
Paper: .
## Features
To see the features of the AI system, go to .
Here are the features of the website:
- Allows users to send feedback of the system.
- In case a task is wrongly solved, you can report it.
- Provides many examples for testing the project.
- Renders LaTeX.
- Gives access to NER (Named Entity Recognition) results, which allows users to peek inside the system.
## How to Run this Project
```sh
python manage.py runserver
```
*Should Just Work.*
## How this Project is Implemented
Tech stack:
- Django
- HTML, CSS, JS
- Bootstrap
To see core library (AI system) stack and implementation, go to .