This is the repository of a project that we developed during Innovative Solutions4Moldova Hackathon
To successfully run this project, please follow the steps below:
-
Python Installation: Ensure you have Python version 3.11.5 installed on your system. If not, you can download and install it from Python's official website. Alternatively, you can use Anaconda, a popular Python distribution, which can be downloaded from Anaconda's website.
-
Clone the Repository: First, clone the repository to your local machine using:
git clone <repository-url>
- Navigate to the Repository Directory:
cd path/to/repository
- Install Dependencies: This project requires certain packages which are listed in the
requirements.txtfile. Install them using pip:
pip install -r requirements.txt
Note: If you're using Anaconda, you may use conda to create a new environment and install the required packages.
- Launch the Application: Once the dependencies are installed, start the application with Streamlit:
streamlit run app.py
- Access the Application: Open your web browser and go to the address provided by Streamlit (usually
http://localhost:8501).
That's it! You should now be able to use the application. If you encounter any issues, please refer to the troubleshooting section or submit an issue on the repository.