Skip to content

TheDataProcessorAI/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Data Processor AI

Directory Structure

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/amanverma/the-data-processor-ai.git
    
  2. Navigate to the project directory:

    cd website
    
  3. Create a virtual environment:

    python -m venv venv
    
  4. Activate the virtual environment:

    source venv/bin/activate
    

Install Dependencies

Install the required Python packages: pip install -r requirements.txt

Run the app

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •