Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 821 B

You have to be logged in to leave a comment. Sign In
        ### Installation

To install the project, make sure you have

1. Clone the repository

git clone https://dagshub.com/Omdena/HyderabadIndiaChapter_MentalHealthWellbeingFomoSocialMedia.git

2. Switch to team-consolidated branch

git switch team-consolidated

3. Install and activate the virtual environment

python -m venv .venv
source .venv/bin/activate

4. Install the dependencies

pip install -r requirements.txt

5. Update the .env file

The .env file would contain all the API key values which you may use in your code, using the python-dotenv library.

cp .env.example .env
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...