Find buildings from architectural sketches
Explore the web application »
View Video Demo
·
View Google slides
·
Report Bug
·
Request Feature
ArchiFinder is a web application aim at helping architects find information quickly and reliably. In the standard architecture design process, information collection is a very important step. Architects want to find other people's work for reference, ideation, brainstorm. So that many websites have been created to help people find buildings using keywords. However, the building's style, shape, and structure are hard to describe by keywords.
ArchiFinder allows users to upload a sketch and will find similar buildings through visual style similarity searching.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
git clone https://github.com/zhangchi9/ArchitectureFinder
cd ArchitectureFinder
pip install -r requirements.txt
cd ArchitectureFinder/webapp
streamlit run app.py
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Chi Zhang - http://zhangchi9.github.io/
Project Link: https://github.com/zhangchi9/ArchitectureFinder