- app/
- main.py
- src/
- init.py
- assets/
- init.py
- assets_loader.py
- pages/
- init.py
- page_config.py
- sections_creator.py
- forms/
- init.py
- contact_form.py
- job_application_form.py
- components/
- init.py
- footer.py
- helper.py
-
Clone the repository:
git clone https://github.com/amanverma/the-data-processor-ai.git
-
Navigate to the project directory:
cd website
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
Install the required Python packages:
pip install -r requirements.txt
Execute the following command to run the Streamlit app:
streamlit run app.py
Open your web browser and navigate to http://localhost:8501 to view the app.