Dv04 / Text_Detector

This project is primarily a text detector for 16 Segment Display.
MIT License
11 stars 6 forks source link

Website Integration #14

Open Dv04 opened 11 months ago

Dv04 commented 11 months ago

Description:

Integrate the Text Detection and Extraction modules into a web application to provide a user interface for interacting with the system. Design and implement additional pages for the web application to enhance user experience and provide more information.

Tasks:

Note:

bbhupen commented 11 months ago

Hi

Do you want the website to be build using python too?? Or anything else would work??

Dv04 commented 11 months ago

Hey @bbhupen, We believe that considering everything else is in Python, Flask would be best for creating a website for this project. If you have experience or are willing to integrate Python with Node.js or any other server environments, that can work. But, in general, Python-Flask is recommended to avoid any critical errors in the future. Frontend is HTML, CSS, and JS, I don't think PyScript is good to use here.

Are you interested in working on this issue?

bbhupen commented 11 months ago

Hi @Dv04 Yeah, Flask sounds great for this. Definitely interested in working on this issue. I'll be able to implement some features from the above list I'll start working ASAP

Dv04 commented 11 months ago

Awesome, Assigned.

bbhupen commented 11 months ago

Hey @Dv04

Mind if I use bootstrap for designing?? What do you think?

Dv04 commented 11 months ago

Hey @bbhupen, No problem at all.

Just as a side note: you can use any tool or library you wish to use. The only condition is for it to be integrable and possibly programmable by others in future.

Thanks.

bbhupen commented 11 months ago

Got it