Skip to content

pavan3008/Talk-With-Us

 
 

Repository files navigation

Talk With Us 💬

Description 📄

"Talk to Us: Your Resume's Voice! Explore our chat-based platform, powered by OpenAI and LlamaIndex. Get real-time responses about any resume. Join the conversation today!"

Table of Contents 📋

Installation 🛠️

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/samaypusarla/Talk-With-Us.git
    
  2. Navigate to the project directory:

    cd your-repo
    
  3. Install dependencies using PNPM, a fast package manager:

    pnpm install
    
  4. Set your OpenAI API key as an environment variable:

    export OPENAI_API_KEY="sk-..."

    Replace "sk-..." with your actual OpenAI API key.

  5. Start the development server:

    pnpm run dev
    
  6. Your application should now be running locally. You can access it in your web browser at http://localhost:3000.

This code assumes that you're using PNPM as your package manager; if you're using NPM or Yarn, you can replace pnpm with npm or yarn as needed.

Contributing 🤝

We welcome contributions from the community! If you'd like to contribute, please follow these steps:

  1. Fork the repository 🍴
  2. Create a new branch for your feature or bug fix 🌿
  3. Make your changes and commit them 🚧
  4. Submit a pull request 🚀

Your contributions can help improve this project and make it even more valuable for users. We appreciate your support in making this project better! 🙌

License 📝

This project is licensed under the MIT License. See the LICENSE file for details.

Feel free to use, modify, and distribute this project in accordance with the terms of the MIT License. We encourage contributions and collaborations from the community to make this project better! 🚀

Authors ✍️

Special Thanks 🙏

We would like to extend our special thanks to Yi Ding for the invaluable contributions and support to this project.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.0%
  • SCSS 13.6%
  • CSS 4.6%
  • JavaScript 3.8%