Solrikk / PicTrace

🔎 PicTrace is a highly efficient image matching platform that leverages computer vision using OpenCV, deep learning with TensorFlow and the ResNet50 model, asynchronous processing with aiohttp, and the FastAPI web framework for rapid and accurate image search.
https://pictrace.tech
Apache License 2.0
15 stars 2 forks source link

app.py is missing #5

Open Arul-Deepak opened 1 month ago

Solrikk commented 1 month ago

Hi Arul-Deepak,

Thank you for pointing that out. The reference to app.py in the documentation is indeed a mistake. The correct filename is main.py. I apologize for the oversight — this happened due to inconsistencies during project updates.

I've just corrected the setup instructions to reflect the proper filename. Please follow the updated instructions referring to main.py. Thank you for your understanding, and feel free to reach out if you have any more questions or issues!

Solrikk commented 1 month ago

Please note that the application can now run locally, not just on a server. Ensure you install the dependencies from requirements.txt before launching the application. After setting up the virtual environment and installing the dependencies, simply run python main.py to start the application locally, which will automatically open in your web browser at http://127.0.0.1:8000.

Solrikk commented 1 month ago

I have utilized Anaconda in conjunction with local Visual Studio to run and manage the development environment. Anaconda simplifies the process of package management and deployment, making it easier to create and manage environments.