Skip to content

patwichayaa/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Assistant

Project Overview

This is a simple AI Assistant application built using Streamlit. The app allows users to interact with various AI features and tools.

Setup Instructions

Prerequisites

Make sure you have Python installed. You can download it from python.org.

Installation and Setup

  1. Open Your Code Editor (VS Code)

    • Start by opening Visual Studio Code.
  2. Open the Project Folder

    • Open the folder where you want to store your project files.
  3. Create the Necessary Files

    • Create the following files within your project folder:
      • .streamlit/
      • app.py
      • nebula.png
      • requirements.txt
      • style.css
  4. Add the Code to Each File

    • Copy the necessary code and paste it into the respective files, ensuring everything is in the correct place.
  5. Open the Terminal in VS Code

    • Access the terminal by selecting Terminal > New Terminal in VS Code.
  6. Set Up a Virtual Environment

    • Run the following command in the terminal to create a virtual environment:
      python -m venv myenv
    • Activate the virtual environment (adjust for your OS):
      • On Windows:
        .\myenv\Scripts\activate
      • On macOS/Linux:
        source myenv/bin/activate
  7. Install Required Packages

    • Install the necessary dependencies by running:
      pip install -r requirements.txt
  8. Run the Application

    • Start the Streamlit app by running:
      streamlit run app.py
  9. Access the App

    • Once the command runs successfully, you’ll see a local URL link. Open it in your browser to view the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published