An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Physics word problem solver (website part)

![Screenshot](screenshot.jpg)

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 .