This is a simple webpage designed using flask in python which helps a user to find the structure of a compound by inputting the IUPAC or common name.
- Clone this repository
git clone https://github.com/At1d1pt/chemical_structure.git
cd chemical_structure- Install dependencies
pip install -r requirements.txtRun main.py and open https://127.0.0.1:1234/
If this doesn't work, try changing the PORT in main.py.
You can also set the DEBUG to False.

